We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88f393f commit aed17bcCopy full SHA for aed17bc
tests/YoutubeTest.php
@@ -60,7 +60,7 @@ public function testPlayList()
60
'imageWidth' => 480,
61
'imageHeight' => 360,
62
'type' => 'video',
63
- 'code' => '<iframe width="480" height="270" src="https://www.youtube.com/embed/videoseries?list=PL4qTakKkQATKOyZPJG_cAMnRtF7fAIdST" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen></iframe>',
+ 'code' => '<iframe width="480" height="270" src="https://www.youtube.com/embed/videoseries?list=PL4qTakKkQATKOyZPJG_cAMnRtF7fAIdST" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>',
64
'authorName' => 'Scadrei5',
65
]
66
);
0 commit comments