Avoid use of smaller version of image in carousel
-
Hello!
I’m using the carousel shortcode
[su_carousel source="posts: 1628, 1281, 1285, 1610" limit="9" link="post" target="blank" items="4" pages="yes" mousewheel="no" autoplay="15000" speed="800" responsive="yes"]
All images on my posts are 1200 x 800 pixels.
When I see the carousel, images look terribly pixelated. I tried modifying the responsive parameter, height and width, but the problem (as it appears to me) is that the carousel is obtaining the thumbnail version of the image, for example, for one of the images of the above carousel, this is the HTML in the DOM:
<img src="[page_url]/wp-content/uploads/2015/01/image-for-post-150x100.jpg" alt="Image For Post">
i.e. it’s taking the 150×100 version.
How can I override to prevent this?
Thanks in advance.
- The topic ‘Avoid use of smaller version of image in carousel’ is closed to new replies.