-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Video media in image contexts #3929
Labels
Comments
More resources:
<picture>
<source type="video/mp4" srcset="adorable-cat.mp4">
<!-- perhaps even an animated WebP fallback here as well -->
<img src="adorable-cat.gif" alt="adorable cat tears throat out of owner and eats his eyeballs">
</picture> Imho seems like a good solution, but maybe instead of WebP fallback APNG for higher quality and browser support: https://caniuse.com/#feat=webp vs https://caniuse.com/#feat=apng |
Closed
Will just throw in this resource too: https://cloudinary.com/blog/evolution_of_img_gif_without_the_gif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://webkit.org/blog/8042/release-notes-for-safari-technology-preview-46/
Way more detail: https://calendar.perfplanet.com/2017/animated-gif-without-the-gif/
TL;DR:
<img src="ottawa-river.mp4">
If there is a spec, please post it here.
I do think this is controversial, but its got to be tracked, right?
Video is image now boiiis
¯\_(ツ)_/¯
The text was updated successfully, but these errors were encountered: