videojs-media-wysiwyg-preview.tpl.php in Video.js (HTML5 Video Player) 7.3
Provide a stub HTML output of the Video.js video player for WYSIWYG editors.
Available variables: Same as videojs.tpl.php.
File
theme/videojs-media-wysiwyg-preview.tpl.phpView source
<?php
/**
* @file
* Provide a stub HTML output of the Video.js video player for WYSIWYG editors.
*
* Available variables:
* Same as videojs.tpl.php.
*/
?>
<img src="<?php
print $poster['safe'];
?>" width="<?php
print $width;
?>" height="<?php
print $height;
?>" />