-
AuthorPosts
-
December 1, 2013 at 10:57 pm #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
December 1, 2013 at 11:00 pm #195121This reply has been marked as private.December 2, 2013 at 3:22 am #195159Hey!
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,
IsmaelDecember 2, 2013 at 12:38 pm #195258Hi 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
December 2, 2013 at 8:15 pm #195453Hi!
It seems like you figured it out. This is how it looks on my end ***removed***
Regards,
Yigit- This reply was modified 10 years, 11 months ago by Yigit.
December 3, 2013 at 10:02 am #195704Hi,
Not really. The images are still stretched with a 80×80 ratio when should be 100×80.
December 3, 2013 at 10:02 am #195705I also noticed the circles are not showing perfectly on iPhone / responsive.
December 3, 2013 at 2:48 pm #195773Hey!
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,
YigitDecember 3, 2013 at 3:01 pm #195780Hi 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?
December 4, 2013 at 6:36 pm #196303Ok,
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.
December 4, 2013 at 6:39 pm #196306This reply has been marked as private.December 4, 2013 at 6:45 pm #196310 -
AuthorPosts
- The topic ‘Perfect circles on Testimonials' icons’ is closed to new replies.