ressio / lazy-load-xt

Lazy load XT is a jQuery plugin for images, videos and other media
http://ress.io/lazy-load-xt-jquery/
MIT License
1.36k stars 243 forks source link

remove already loaded but not visible images #15

Open panospcm opened 9 years ago

panospcm commented 9 years ago

Is there a way to hide(remove from DOM) invisible images from outside the viewport and then load them again when they are inside the viewport ?

The reason is to save resources in my webpage.

Thanks in advance.