You are here

brightcove-field-embed-iframe.tpl.php in Brightcove Video Connect 7.7

Same filename and directory in other branches
  1. 7.6 brightcove-field-embed-iframe.tpl.php

File

brightcove-field-embed-iframe.tpl.php
View source
<iframe src="<?php

print $iframe_url;
?>"
        width="<?php

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

print $height;
?>"
        allowfullscreen
        webkitallowfullscreen
        mozallowfullscreen></iframe>