fix video and iframe

This commit is contained in:
andrigamerita 2023-10-02 00:38:41 +02:00 committed by GitHub
parent 81afef7c06
commit a3839000b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,3 @@
{% if include.platform == 'nds' %}
<iframe src="https://octospacc.gitlab.io/Web-Archives-Misc/Repo/DeSmuME/#RomUrl={{ include.rom }}"></iframe>
<iframe class="AppFrame" src="https://octospacc.gitlab.io/Web-Archives-Misc/Repo/DeSmuME/#RomUrl={{ include.rom }}"></iframe>
{% endif %}

View File

@ -25,7 +25,7 @@ A quite fun fact (but which got me a bit scared...) is that... well, I was havin
The game continued playing just fine though, except for the audio. Take a look at the video I shoot (unfortunately, it doesn't catch the moment the glitch got triggered):
<video src="{{ '/media/entries/pistol-pong-ds/glitch.mkv' | absolute_url }}"></video>
<video src="{{ '/media/entries/pistol-pong-ds/glitch.mp4' | absolute_url }}" controls="controls"></video>
For the end of this review, here you can go and visit the official Git repository for the game (which is libre software under the GPL-3.0), where you can find the code and assets as well as the compiled .NDS ROM, for trying on your own terms: <https://github.com/Jonatan6/Pistol-Pong-DS>. Or, maybe, you can try the game via the embedded web emulator below for a quick evaluation, too! Give it a shot (get it?), really.

View File

@ -11,6 +11,11 @@ body {
max-height: 75vh !important;
}
iframe.AppFrame {
width: 100%;
min-height: 75vh;
}
/* for current and future experiments
.ptc-background {
background-image: url("ptc-tile.png");

Binary file not shown.