[ad_1]
Hi all –
I’m noticing that on my posts that use WP Carousel, it’s not showing all of my photos in the post. There are a few pix that aren’t displaying and showing a “small rectangle instead of thumbnails. When you click into it, the photos are “all there”.
This has happened a few times. Any idea what’s going on?
​
Example: [https://myhomeisspecial.com/ep-6-korea-kerbies-home/](https://myhomeisspecial.com/ep-6-korea-kerbies-home/)
Thanks. I’m puzzled but this one…
[ad_2]
Do you use caching plugin and lazy loading turned on? Looking at your code…
<img loading=”lazy” decoding=”async” class=”skip-lazy” …>
looking at your code for the two images that are showing rectaangles instead of the images, the width and height is set to only “1” instead of “1638”, add this custom css and see if it works or not, on my side it is working,
css:
.swiper-slide > .wpcp-single-item > a.wcp-light-box > figure > img.skip-lazy { width: 1638px; }