Fix ruffle popup like archive.org

This commit is contained in:
Walter 2025-02-06 21:06:19 +01:00
parent 4b1168d259
commit 56075ea396

View File

@ -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/main.css' %}"/>
<link rel="stylesheet" type="text/css" media="screen" href="{% static 'game/css/append.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 src="{% static 'game/misc/ruffle/ruffle.js' %}"></script>
<script>
window.RufflePlayer.config = {
autoplay: "on"
};
</script>
</head> </head>
<body id="body"> <body id="body">