Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, I had a look at your URL. I can see why you are having issues displaying your images. The following is the HTML code for one of the images that is not working.

    <a class="catablog-image" target="_blank" href="https://reasonstocomehome.com/baby-dress-centerpiece/">
    <img alt="" 1.png"="" piece="" center="" shower="" src="https://reasonstocomehome.com/wp-content/uploads/catablog/thumbnails/Baby" style="display: block;" data-lazy-loaded="true">
    <noscript><img src="https://reasonstocomehome.com/wp-content/uploads/catablog/thumbnails/Baby" Shower Center Piece 1.png" alt="" /></noscript>
    <strong class="catablog-title">DIY Baby Shower Centerpiece</strong>
    </a>
    <div class="catablog-description"></div>
    </div>

    Your image source is wrong.

    <img src="https://reasonstocomehome.com/wp-content/uploads/catablog/thumbnails/Baby" Shower Center Piece 1.png" alt="" />

    I would delete the images of the ones that don’t work and installed them again.

    Just to help you here is the HTML code from one of your working images. You will see the difference.

    <div class="catablog-row catablog-gallery">
    <a class="catablog-image" target="_blank" href="https://reasonstocomehome.com/diy-90s-photobooth/">
    <img alt="" src="https://reasonstocomehome.com/wp-content/uploads/catablog/thumbnails/IMG_1082.jpg" style="display: block;" data-lazy-loaded="true">
    <noscript><img src="https://reasonstocomehome.com/wp-content/uploads/catablog/thumbnails/IMG_1082.jpg" alt="" /></noscript>
    <strong class="catablog-title">DIY 90's Photobooth</strong>
    </a>
    <div class="catablog-description"></div>
    </div>

    Here is the working image code.

    <img src="https://reasonstocomehome.com/wp-content/uploads/catablog/thumbnails/IMG_1082.jpg" alt="" />

    Now, compare the working with the none working code and you will see the difference.

    I hope this helps you.

    Regards

    Hi is your issue resolved?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Broken Image Icon Instead of Thumbnail’ is closed to new replies.