-
Notifications
You must be signed in to change notification settings - Fork 672
Open
Description
Here is an example of my page layout.
<body>
<div class="body-like-div">
//body div is to mimic the body and allow overflow hidden
<div class="side-nav">// list of nav-items</div>
<div class="body-box">//contains content and scrolls</div>
</div>
</body>
All the images that are at the top of the "body-box" will load but past the 200 px no more images load i checked by console.log out the urls to load.
Metadata
Metadata
Assignees
Labels
No labels