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&color=e11531&autoplay=1\" width=\"$width\" height=\"$height\" frameborder=\"0\" webkitAllowFullScreen allowFullScreen></iframe>";
|