I have a site that has multiple images being displayed on a page.
These are all varying in size but are in the region of 9MB-15MB.
They are all loading fine except for one. I get a 206 Partial content status.
I have done some research and found on StackOverflow a couple of questions relating to this, but they talk about it in relation to loading a video. But my problem is with an image.
The annoying thing is that all other images are loading just fine, even ones from the same directory and the same page.
Things, that I have checked:
- The image is definitely there in the directory.
- The image has full 777 privilege as does its folder.
- It is 10.6MB, but as I have said, I have other images of this size and bigger which are loading with no problem.
- I am able to open the image on the computer (as I am on my local).
- Image is being loaded in a standard img tag.