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

$video_id = $vars['video_id'];
$width = $vars['width'];
$height = $vars['height'];

echo "<iframe src=\"http://player.vimeo.com/video/$video_id?byline=0&amp;color=e11531&amp;autoplay=1\" width=\"$width\" height=\"$height\" frameborder=\"0\" webkitAllowFullScreen allowFullScreen></iframe>";