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

Lazyload not working for <audio> Tag #108

Open
kutec opened this issue May 30, 2017 · 2 comments
Open

Lazyload not working for <audio> Tag #108

kutec opened this issue May 30, 2017 · 2 comments

Comments

@kutec
Copy link

kutec commented May 30, 2017

I tried to implement lazyload for <audio> tag and it's not working.

<audio controls>
    <source data-src="https://www.w3schools.com/html/horse.ogg" type="audio/ogg">
    <source data-src="https://www.w3schools.com/html/horse.mp3" type="audio/mpeg">
</audio>

Do I need additional configuration?

Thanks.

@ErwinSanquer
Copy link

Your PR work well !
For those searching a work around,
Just put his PR in a file and load it on your page.
66be2a6

@kutec
Copy link
Author

kutec commented Jul 20, 2018

Thanks @ErwinSanquer.

Please let me know once this gets merged into master...

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