aboutsummaryrefslogtreecommitdiff
path: root/views/default/videolist/watch/youtube.php
blob: e0b2ece066d65fc9a2f69a07fc028ef136b5d5e5 (plain)
1
2
3
4
5
6
7
<?php

$video_id = $vars['entity']->video_id;
$width = $vars['width'];
$height = $vars['height'];

echo "<iframe width=\"$width\" height=\"$height\" src=\"https://www.youtube-nocookie.com/embed/$video_id\" frameborder=\"0\" allowfullscreen></iframe>";