mirror of
https://github.com/skoelle/moonweb-site.git
synced 2026-09-18 01:10:25 +00:00
Add responsive image CSS, resize oversized images, fix aspect ratios, add lazy loading
This commit is contained in:
@@ -31,9 +31,9 @@ parent: "/retro/"
|
||||
<p>In the Mega ST 4 "High" machine the STPSU provides clean, stable power to the <a href="/retro/monsterboard/">MonSTerBoard</a>, IDE storage, the <a href="/retro/et4000-experiment/">ET4000</a> and the rest of the workstation, keeping everything running reliably.</p>
|
||||
|
||||
<h2>Gallery</h2>
|
||||
<img src="stpsu-installed-1.jpg" alt="The STPSU installed in the Mega ST" width="480" height="640">
|
||||
<img src="stpsu-installed-1.jpg" alt="The STPSU installed in the Mega ST" width="480" height="640" loading="lazy">
|
||||
<p class="caption">The STPSU installed in my Mega ST 4 "High" machine.</p>
|
||||
<img src="stpsu-installed-2.jpg" alt="STPSU installation detail" width="640" height="480">
|
||||
<img src="stpsu-installed-2.jpg" alt="STPSU installation detail" width="640" height="480" loading="lazy">
|
||||
<p class="caption">A closer look at the installed STPSU.</p>
|
||||
|
||||
<h2>Manual and documentation</h2>
|
||||
|
||||
Reference in New Issue
Block a user