Fix embed

This commit is contained in:
2023-12-12 20:24:28 +01:00
parent c2a5195db0
commit d54325f6b7
2 changed files with 11 additions and 2 deletions

View File

@@ -23,7 +23,7 @@
{% endif %}
<p>
{% if include.backend == 'cuttingedge' or include.backend == 'emulatorjs' or include.platform == 'nes' or include.platform == 'snes' or include.platform == 'segaMS' or include.platform == 'gba' or include.platform == 'psx' %}
{% if include.backend == 'cuttingedge' or include.backend == 'emulatorjs' or include.platform == 'nes' or include.platform == 'snes' or include.platform == 'segaMS' or include.platform == 'segaMD' or include.platform == 'gba' or include.platform == 'psx' %}
<div style="width:640px; height:480px; max-width:100%">
<div id="GameFrame"></div>
</div>