MiridiosII Posted December 20, 2020 Share Posted December 20, 2020 I used a carousel summary to show related products by tag, not category. On mobile view, the images would be 75% smaller than the image block. I inserted this code to solve that problem. You must use the same aspect ratio in your carousel summary as you do your thumbnail images for the products or blog posts, or it will skew the image. I use 3:2 in my product thumbnails and carousel summary. Insert this code in your "custom CSS" in the design tab. .sqs-gallery-design-carousel .sqs-gallery-design-carousel-slide img { width: 100% !important; height: 100% !important; } Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.