You are here

video_embed_instagram.tpl.php in Video Embed Instagram 7

Theme implementation for video_embed_instagram.

File

video_embed_instagram.tpl.php
View source
<?php

/**
 * @file
 * Theme implementation for video_embed_instagram.
 */
?>
<iframe src="<?php

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

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

print $height;
?>" frameborder="0" scrolling="no"></iframe>