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
I have the following scenario: a page with thousands of images distributed in tenths of nested <li>s. By default, these <li>s are hidden, but “in view” because its parent element (<ul>) is.
I think instead of only loading images that are “in view” we should also constraint to those that are “visible”.
What do you think?
The text was updated successfully, but these errors were encountered:
Yeah, I agree. It totally makes sense. I'm overwhelmed with amount of tasks that I took at work right now but during Christmas break I will have some time to look at it.
I have the following scenario: a page with thousands of images distributed in tenths of nested
<li>
s. By default, these<li>
s are hidden, but “in view” because its parent element (<ul>
) is.I think instead of only loading images that are “in view” we should also constraint to those that are “visible”.
What do you think?
The text was updated successfully, but these errors were encountered: