You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I have a lazily loaded iframe in the viewport window and I refresh the page, the browser refreshes at the scroll position and the iframe is immediately loaded, however the lazyload event trigger isn't being recognized where I defined the callback in my code. If I load the page and scroll, the callback loads fine.
I also noticed that sometimes the first lazy loaded element (when scrolled into the viewport) won't have it's lazyload callback triggered.
Have you experienced this at all?
The text was updated successfully, but these errors were encountered:
mattymess
changed the title
When page is refreshed at a scroll position, callbacks aren't running
When the page is refreshed at a scroll position, callbacks aren't running
Aug 30, 2016
If I have a lazily loaded iframe in the viewport window and I refresh the page, the browser refreshes at the scroll position and the iframe is immediately loaded, however the
lazyload
event trigger isn't being recognized where I defined the callback in my code. If I load the page and scroll, the callback loads fine.I also noticed that sometimes the first lazy loaded element (when scrolled into the viewport) won't have it's
lazyload
callback triggered.Have you experienced this at all?
The text was updated successfully, but these errors were encountered: