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
We don't need to load every image right when we load the page. Wait until the image is just about to come into view and then load it. We can also break the background (parallax(FILLER).png) up into a few images and tile it with lazy loading since it's also a huge image. This should help make the landing section load faster right when users gets to the site.
We don't need to load every image right when we load the page. Wait until the image is just about to come into view and then load it. We can also break the background (
parallax(FILLER).png) up into a few images and tile it with lazy loading since it's also a huge image. This should help make the landing section load faster right when users gets to the site.