fix "crazy" image height if images arent loaded yet to be less jittery

This commit is contained in:
TheWiiArchivist wmt 2025-08-11 22:13:30 -05:00
parent bce624b6e3
commit 6dbeb5f7ec

View File

@ -65,13 +65,13 @@
<div class="box" style="padding-bottom:0">
<img loading="lazy" src="media/martyna-looking-orange.png" style="height:100%; width:25%; float: left; min-width:25%; min-height:100%;">
<p class="blue" style="color:#f78521;">If FishieMart sounds like what you are looking for, try it out for yourself! FishieMart can be used on Fishii, Fishii U, and partially the <a target="_blank" href="https://spongebob.fandom.com/wiki/Magic_Conch_shell">magic conch shell</a>.</p>
<p><a href="install" class="btn" style="font-size: larger;">Get Started</a></p>
<p><a class="btn" style="font-size: larger;">Get Started</a></p>
<div class="gallery" style="margin-bottom:10px">
<img loading="lazy" src="https://images.nintendolife.com/screenshots/24186/large.jpg" class="slide" alt="Gameplay 1" style="display: block;">
<img loading="lazy" src="https://images.nintendolife.com/screenshots/24185/large.jpg" class="slide" alt="Gameplay 2" style="display: none;">
<img loading="lazy" src="https://images.nintendolife.com/screenshots/24179/large.jpg" class="slide" alt="Gameplay 3" style="display: none;">
<img loading="lazy" src="https://images.nintendolife.com/screenshots/24187/large.jpg" class="slide" alt="Gameplay 4" style="display: none;">
<img loading="lazy" src="https://images.nintendolife.com/screenshots/24183/large.jpg" class="slide" alt="Gameplay 5" style="display: none;">
<img loading="lazy" src="https://images.nintendolife.com/screenshots/24186/large.jpg" class="slide" alt="Gameplay 1" style="display: block; min-height: 344px;">
<img loading="lazy" src="https://images.nintendolife.com/screenshots/24185/large.jpg" class="slide" alt="Gameplay 2" style="display: none; min-height: 344px;">
<img loading="lazy" src="https://images.nintendolife.com/screenshots/24179/large.jpg" class="slide" alt="Gameplay 3" style="display: none; min-height: 344px;">
<img loading="lazy" src="https://images.nintendolife.com/screenshots/24187/large.jpg" class="slide" alt="Gameplay 4" style="display: none; min-height: 344px;">
<img loading="lazy" src="https://images.nintendolife.com/screenshots/24183/large.jpg" class="slide" alt="Gameplay 5" style="display: none; min-height: 344px;">
</div>
</div>