If images or animations are missing from your website, do not panic. This is a common issue and it often has a simple explanation.
Check these points first
- Make sure the files were uploaded to the correct folder.
- Confirm the image paths in your HTML or CMS are correct.
- Check uppercase and lowercase letters in file names. On many servers, \
image.jpg\and \Image.jpg\are different files.
Other possible causes
- browser cache
- broken permissions
- mixed content after enabling HTTPS
- remote images blocked by the source site
If the image file exists and the path is correct, test the direct image URL in the browser. That usually reveals whether the problem is the file, the path, or the page code.