My website is functioning properly on my computer, however, after uploading it to the server, I noticed that some of the links are not appearing. Upon inspecting these links through developer tools, it shows an image size of 'Natural 1 X 1' despite the actual size being 192 X 122 pixels. The images are clearly uploaded and visible on the server. Here is an example of one of the problematic links:
<img src="img/ads/Christie_Lamb_WJO_Advertisement_TN.jpg"/>
On the other hand, there are links from different folders that are working perfectly fine, like this one:
<img src="img/website_tn/Murray_Raine_Puppets_Website_TN.jpg">
If you'd like to view the problematic page online, you can do so by visiting:
I would greatly appreciate any assistance in resolving this issue. Thank you!