Skip to content

Lazyload event not firing for video element #86

@DanielleDeman

Description

@DanielleDeman

The 'lazyload' event does not seem to be firing for video elements. The class "lazy-loaded" is not added to any of my videos and the following code does nothing;
$('video').on('lazyload', function(e){ console.log('load ' + e.target);});

Yet, when I do the same for images it works fine. Is this a known issue?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions