I recently uploaded my website on GoDaddy and I am facing an issue where some of my small images (sizes: 872 × 546px) are displaying perfectly fine, but the large ones (banners with a size of 2700 × 900px) aren't showing up. Does anyone have an idea why this might be happening?
Upon investigating here, it seems like there is an error preventing the banner image from loading. I've attempted to use <img srcset>
but unfortunately, it hasn't resolved the issue.
Edit: Both the small and large images are in the same directory.
For the large images:
<section class="banner">
<img src="img/WhyHim_Header.jpg" alt="whyhim" class="img-responsive">
</section>
For the small images:
<section class="polaroidimages">
<img src="img/Image2.jpg" alt="Image 2">
</section>