Hi, I've got some members that want me to add a GifV BBcode to the site.
I've gotten a way to use gifV files, but there's an odd quirk.
http://i.imgur.com/zvATqgs.gifv
The .gifv has to be replaced with .webm in order for it to show. Which is a bit inconvenient for my users.
Code:
<video autoplay loop muted>
<source src="{param}" type="video/webm">
<source src="{param}" type="video/mp4">
</video>
This is the code I've found to work. Any idea on how to get it to work without having to use a .webm extension?
--------------- Added [DATE]1462414631[/DATE] at [TIME]1462414631[/TIME] ---------------
Also... If there's a way to automatically resize them if they're too big? A guy just used the above code to post a webM file on my site that was way, way too large.