'i cant load image when use Mobile device,so i need to refresh the page
Before Refresh (Scroll Down) -> After Refresh

Solution 1:[1]
Hey there am thinking this could be happened because of image size. If this could be true then please use lazyload function/script for than image could easily load-
<img src="celebration.jpg" loading="lazy" alt="..." />
Also you can try to change the format of image to webp so that size of image could shrink and server easily handle that.
You can try to reset cache-
Hope you like it.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Varun Kaklia |
