My website is not displaying thumbnail images
https://www.thedeckstoreonline.com/deck-supplier-brand-names.html
This page is not displaying thumbnail images. Only a few are working. Not sure how to fix.
-
Hi Mike,
Thanks for contacting us.
I have looked at the HTML by inspecting elements, the path to the images appears to be broken. This is the reason images are missing.
For eg., in the below HTML, the image URL withing SRC tag seems to be incorrect. The correct image URL is passed in the HREF tag.
<a href="https://res.cloudinary.com/the-deck-store/image/upload/v1542663233/media/wysiwyg/mfr-logos/bostitch-logo.png" title="Bostitch">
<img alt="Bostitch" class="img-fluid card-img-top" src="https://cdn.thedeckstoreonline.com/media/wysiwyg/mfr-logos/bostitch-logo.png">
</a>Replacing the SRC with the URL in HREF fixes the issue. Can you please check how this is implemented?
Looking forward to your response.
Best regards,
Jay0
Post is closed for comments.
Comments
1 comment