This thread here touched on the subject, but I think it warrents its own forum post.
It would be great to be able to embed webms like this
<img src=http://i.imgur.com/mbwdart.webm>
ID:1992722
![]() Dec 4 2015, 1:51 pm
|
|||||||
| |||||||
Many upload sites (Ahem, Imgur) convert large gifs to webms by default.
This thread here touched on the subject, but I think it warrents its own forum post. It would be great to be able to embed webms like this
<img src=http://i.imgur.com/mbwdart.webm>
|
![]() Dec 4 2015, 1:56 pm
|
|
Webm is a video format, not an image format. You can't use it with an <img> tag. There's no way for the site to do anything with that.
|
You could just directly allow webm embeds. Kinda like how you handle youtube embedding, with an iframe.
|
I don't know if the site uses HTML5 but
So how do you embed video on a Web page using HTML5 syntax? It’s simple: |
And youtube embeds should use the iframe container instead of object, its just begging to lose compatibility otherwise
|
Youtube embeds are literally just like http://youtube.com/v/
|