Add autoplay option to iFrames
This commit is contained in:
parent
7637ab58ab
commit
00aa301cfc
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<iframe id="current"></iframe>
|
<iframe allow="autoplay" id="current"></iframe>
|
||||||
<iframe id="next"></iframe>
|
<iframe allow="autoplay" id="next"></iframe>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue