mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed autoplay issue on embed
This commit is contained in:
2
static/dist/embed.min.js
vendored
2
static/dist/embed.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -27,7 +27,8 @@ $(document).ready(function(){
|
|||||||
|
|
||||||
if(hash.length == 2 && hash[1] == "autoplay"){
|
if(hash.length == 2 && hash[1] == "autoplay"){
|
||||||
autoplay = true;
|
autoplay = true;
|
||||||
paused = true;
|
}else{
|
||||||
|
paused = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
$("head").append('<link type="text/css" rel="stylesheet" href="/static/css/embed.css" />');
|
$("head").append('<link type="text/css" rel="stylesheet" href="/static/css/embed.css" />');
|
||||||
|
|||||||
Reference in New Issue
Block a user