Fix ruffle popup like archive.org
This commit is contained in:
parent
4b1168d259
commit
56075ea396
@ -21,12 +21,8 @@
|
||||
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="{% static 'game/css/main.css' %}"/>
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="{% static 'game/css/append.css' %}"/>
|
||||
<script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script>
|
||||
<script src="{% static 'game/misc/ruffle/ruffle.js' %}"></script>
|
||||
<script>
|
||||
window.RufflePlayer.config = {
|
||||
autoplay: "on"
|
||||
};
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body id="body">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user