-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Preview Images appear to load indefinitely #1100
Comments
Just after making this post, I realized that this seems to only affect Google Chrome v114.0.5735.134. Edge and Firefox don't seem to show this issue at all. |
seeing the same on my site... Chrome 114.0.5735.133 |
seemed to resolve after closing the browser. could have been some issue with the cache as I was debugging a liveserver preview of the site. |
@clearbluejar I thought the same, however I was able to replicate this across multiple devices unrelated to the development process 🤔 |
It also happens on Mobile Safari on the image image preview and the post image |
Just reporting back. It's gone now. Must have been caching from cloudflare. Seems to have cleared itself up for me with mobile Safari |
@timothystewart6 Thanks for checking back in -- I also use Cloudflare and forgot how aggressive their caching can be. I'll tinker with that and report my findings.
|
Cleared browser cache and also purged cache on my domain -- still seeing the same issue. Even when trying to break it, I can't replicate this on Firefox. Chrome on Desktop and Mobile tho, consistently breaks. |
This comment was marked as duplicate.
This comment was marked as duplicate.
When the browser loads the image from the cache, the jekyll-theme-chirpy/_javascript/modules/components/img-lazyload.js Lines 10 to 15 in 4fe145e
|
Great find! Thank you! |
I see -- I was wondering if this had something to do with caching. Is there an easy way to mitigate this issue or is this just something we'll have to deal with? Digging into js is definitely a bit outside of what I can mess with. |
after update df8ff54 issues still happen in post page. (cover image)
|
It's a temporary measure, but I solved it like this. In the shimmer class of the
It was resolved by annotating the inside part. |
NOTE: Before you start, the following should be completed.
Description
Any image specified as a preview image appears to load forever unless the page is reloaded multiple times. Using regular images in the body of posts / pages have no issue. I tried both local and remote hosting for preview images - no change.
Operations you have already tried
Logs/Screenshots
chrome_buj6Snygnk.mp4
chrome_KMr24pEXqK.mp4
The text was updated successfully, but these errors were encountered: