Images sometimes not loading in HighlightedPosts.astro area as static build served by nginx (lazyloading) #82
Replies: 4 comments 3 replies
-
Hey Guys, |
Beta Was this translation helpful? Give feedback.
-
Thanks for the feedback @gangajamuna It has been difficult for me to understand why it happens, in fact I still do not understand it. I guess it's related to the structure the HTML of the HighlightedPosts widget had, different from the other I hope with the changes I made it has been resolved: a8704cf Please confirm me. Thanks. |
Beta Was this translation helpful? Give feedback.
-
Hey folks. I don't know if it is related but I found a similar behavior for the blog post list pages. It was definitely happening on this page: astrowind/src/pages/[...blog]/[category]/[...page].astro But also I think on the main blog page here: astrowind/src/pages/[...blog]/[...page].astro On the first load, some or all images wouldn't show, but then a shift-refresh would cause them to load. P.S. I'm running locally in a dev environment. |
Beta Was this translation helpful? Give feedback.
-
Thanks to both. I will be checking in detail. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I have a static build of the Astrowind theme deployed on a server with nginx. For some reason sometimes (not all the times) for example two of four images in the HighlightedPosts.astro area of the theme are not showing up. After one or maybe more browser refreshes the images are loading again. Everywhere else the images are working fine. Does anybody has an Idea how to fix this. A workaround would be fine also. For example how do I deactivate lazyloading for that area?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions