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 245 forks source link

Images in a hidden div #55

Open Daijobou opened 8 years ago

Daijobou commented 8 years ago

There are cases when you have images which are in viewport but not visible, because in display:none or outside of overflow:hidden. I use jquery.lazyloadxt.bg.js with data-bg.

Is here a way not to load this invisible images and loading when images get visible?

abhi2610 commented 8 years ago

Any update on this request?

Daijobou commented 8 years ago

I have change the code by my self and add this function in it http://stackoverflow.com/a/15203639/706420