]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
No autoplay in giss.tv videos.
authorSem <sembrestels@riseup.net>
Thu, 10 Nov 2011 22:15:02 +0000 (23:15 +0100)
committerSem <sembrestels@riseup.net>
Thu, 10 Nov 2011 22:15:02 +0000 (23:15 +0100)
views/default/videolist/watch/gisstv.php

index 6fdecd1ce2b1bd312026dbf084e4e317c5558c63..15a903ab15fd4cda82579c1576a1a73bedce2728 100644 (file)
@@ -4,6 +4,6 @@ $video_id = $vars['entity']->video_id;
 $width = $vars['width'];
 $height = $vars['height'];
 
-echo "<video width=\"$width\" height=\"$height\" controls=\"\" autoplay=\"\" tabindex=\"0\">
+echo "<video width=\"$width\" height=\"$height\" controls=\"\" tabindex=\"0\">
        <source type=\"video/ogg\" src=\"http://giss.tv/dmmdb//contents/$video_id\"></source>
 </video>";