Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #195120

    Hi,

    My testimonials are showing like this: http://d.pr/i/vDXm/1KyZpVno
    Before it was working fine with a perfect circle.

    Any idea of what caused this?

    Thank you

    #195121
    This reply has been marked as private.
    #195159

    Hey!

    Please use this on Enfold > Styling > Quick CSS:

    .avia-testimonial-image img {
    width: 100%;
    height: 100%;
    }
    
    .avia-testimonial-image {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    z-index: 20;
    position: relative;
    }

    Regards,
    Ismael

    #195258

    Hi Ismael,

    The problem is that the thumbnails are not rectangular but they have something like 100×80 px
    The code provided fixed the circles but the images get with a strange aspect ratio. Any chance to resize the image inside to something like 80×65? instead of 80×80?

    Thank you

    #195453

    Hi!

    It seems like you figured it out. This is how it looks on my end ***removed***

    Regards,
    Yigit

    • This reply was modified 10 years, 4 months ago by Yigit.
    #195704

    Hi,

    Not really. The images are still stretched with a 80×80 ratio when should be 100×80.

    #195705

    I also noticed the circles are not showing perfectly on iPhone / responsive.

    #195773

    Hey!

    Perfect circle would be 80x80px. But you can add following code to Quick CSS to change the ratio to 100x80px

    .avia-testimonial-image {
    width: 100px; height: 80px; }
    @media only screen and (max-width: 480px) { .avia-testimonial-image {
    width: 200px!important; height: 200px!important; }}

    Regards,
    Yigit

    #195780

    Hi Yigit,

    I guess I didn’t explain myself properly.

    The circles should be perfect i.e. 100×100 or 80x80px but the images inside these circles are NOT perfect squares. The ratio is 100x80px so… How can I add the right image rectangle ratio inside a perfect circle?

    It seems the system is ready to work with perfect squared images (80×80 by default) which doesn’t serve my purpose here.

    Any ideas?

    #196303

    Ok,

    I decided to upload the same image twice, one with 80×80 (for the testimonials only) and another one with 100×80 ratio and the problems is solved.

    Easier this way.

    Thank you.

    #196306
    This reply has been marked as private.
    #196310

    Hi!

    Glad you figured it out. And removed the screenshot upon your request. Let us know if you have any other questions or issues

    Regards,
    Yigit

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Perfect circles on Testimonials' icons’ is closed to new replies.