]> git.wh0rd.org - tt-rss.git/commitdiff
af_redditimgur: add <video> controls
authorAndrew Dolgov <noreply@fakecake.org>
Mon, 6 Jul 2015 18:31:46 +0000 (21:31 +0300)
committerAndrew Dolgov <noreply@fakecake.org>
Mon, 6 Jul 2015 18:31:46 +0000 (21:31 +0300)
plugins/af_redditimgur/init.php

index c680ee32227e40ef4c7521dc04561836a9e6a080..03418dc858714012f6c97b9695503deb551af0c3 100644 (file)
@@ -195,6 +195,7 @@ class Af_RedditImgur extends Plugin {
 
                $video = $doc->createElement('video');
                $video->setAttribute("autoplay", "1");
+               $video->setAttribute("controls", "1");
                $video->setAttribute("loop", "1");
 
                $source = $doc->createElement('source');