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

videoPoster option not customizable #89

Open bryanbergman opened 8 years ago

bryanbergman commented 8 years ago

I expect $.lazyLoadXT.videoPoster='data-still'; to allow me to use data-still as the poster attribute on video elements. It doesn't work.

If I try console.log(options.videoPoster); here, it returns undefined.