mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-23 11:11:28 +00:00
af_redditimgur: add <video> controls
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user