You are here

brightcove-player-preview.tpl.php in Brightcove Video Connect 7.7

Same filename and directory in other branches
  1. 7.6 brightcove-player-preview.tpl.php

File

brightcove-player-preview.tpl.php
View source
<iframe
  src="<?php

echo $preview_url;
?>"
  width="<?php

echo $width;
?>"
  height="<?php

echo $height;
?>"
>
</iframe>