Widget:VideoEmbed: Difference between revisions

From Buddha-Nature
((by SublimeText.Mediawiker))
 
((by SublimeText.Mediawiker))
 
Line 1: Line 1:
<video width="320" height="240" controls>
<video width="<!--{$width}-->" height="<!--{$height}-->" controls>
   <source src="movie.mp4" type="video/mp4">
   <source src="<!--{$source}-->" type="<!--{$mime}-->">
   Your browser does not support the video tag.
   Your browser does not support the video tag.
</video>
</video>

Latest revision as of 16:51, 1 May 2018

<video width="" height="" controls>

 <source src="" type="">
 Your browser does not support the video tag.

</video>