We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried to implement lazyload for <audio> tag and it's not working.
<audio>
<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.
The text was updated successfully, but these errors were encountered:
Your PR work well ! For those searching a work around, Just put his PR in a file and load it on your page. 66be2a6
Sorry, something went wrong.
Thanks @ErwinSanquer.
Please let me know once this gets merged into master...
No branches or pull requests
I tried to implement lazyload for
<audio>
tag and it's not working.Do I need additional configuration?
Thanks.
The text was updated successfully, but these errors were encountered: