Add autoplay option to iFrames

This commit is contained in:
Uwe Kamper 2020-01-16 20:51:16 +01:00 committed by GitHub
parent 7637ab58ab
commit 00aa301cfc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>