Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load video only on click #83

Open
kamov opened this issue Apr 14, 2016 · 2 comments
Open

Load video only on click #83

kamov opened this issue Apr 14, 2016 · 2 comments

Comments

@kamov
Copy link

kamov commented Apr 14, 2016

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

@kutec
Copy link

kutec commented May 30, 2017

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
Copy link

kutec commented Jun 8, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants