Is there a way to optimize rendering on a website by only displaying elements on the screen and rendering others when they are in view?
Similar to 3D culling, but for a website ^.^
[update] Is it not feasible to achieve this effect?
[update2] I experimented with LazyLoad (jQuery plugin) but it triggered on window scroll
[update3] Apologies for repeatedly bringing this up, but I am struggling to find a solution