Quote:
Originally Posted by Kane@airrifle
Got this working on a VB4 board...
PHP Code:
<video poster="//i.imgur.com/DGLfkZg.jpg" preload="auto" autoplay="autoplay" muted="muted" loop="loop" webkit-playsinline="" style="max-width: 100%; height: auto;">
<source src="//i.imgur.com/DGLfkZg.webm" type="video/webm">
<source src="//i.imgur.com/DGLfkZg.mp4" type="video/mp4">
</video>
PHP Code:
Usage:
[gifv]zvATqgs[/gifv]
|
Thanks! That code specifically, just replaced any image with a gifv of John Travolta. But by replacing portions of the code with {param} I was able to get it working, and with a full URL instead of just the code. So thanks again!