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
as @metonym said, in order to let IntersectionObserver works, the bind:this element (div in your example) must have "visible" pixels initially (height & width must be at least 1px).
Regardless of the low threshold, the images only load when 100% intersected with the viewport. Is this a known issue, or am I doing something wrong?
The text was updated successfully, but these errors were encountered: