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

$video_id = $vars['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>";