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

Load video only on click #83

Open kamov opened 8 years ago

kamov commented 8 years ago

Hi, is possible to show video, youtube and vimeo, only thumbs and then on click show video? thanks

kutec commented 7 years ago

This might help:

$('selector').on('lazyload', function(event) {
        $(event.target).lazyLoadXT({ scrollContainer: event.target });
    });

This solution will only be working if the element you are clicking available in the visible area of a browser screen so that plugin can start event lazyload.

kutec commented 7 years ago

At present there is nothing observed can work for click event.