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
Hello,
Testing on V10.15.0 + Chrome latest. I think this is a separate issue from #239 so I'm opening a new one. It looks like when you are using 'data-src' on <source> instead of <video>, the autoplayed video is not loaded correctly. Looking at https://developers.google.com/web/fundamentals/performance/lazy-loading-guidance/images-and-video/#for_video_acting_as_an_animated_gif_replacement it seems that you need to manually call the element's load() method after updating the src.
<source>
<video>
The text was updated successfully, but these errors were encountered:
Fixed in v.10, not yet in v.8
Sorry, something went wrong.
Fixed in v.8 too
No branches or pull requests
Hello,
Testing on V10.15.0 + Chrome latest.
I think this is a separate issue from #239 so I'm opening a new one. It looks like when you are using 'data-src' on
<source>
instead of<video>
, the autoplayed video is not loaded correctly. Looking at https://developers.google.com/web/fundamentals/performance/lazy-loading-guidance/images-and-video/#for_video_acting_as_an_animated_gif_replacement it seems that you need to manually call the element's load() method after updating the src.The text was updated successfully, but these errors were encountered: