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:
@@ -32,19 +32,19 @@ parent: "/retro/"
|
||||
<p>FPGA cores on MiSTer and MiST still only emulate the native ST Shifter, with no ET4000 emulation on the horizon given the FPGA resources it would require. So the real hardware approach remains the only way to get those higher resolutions, and now it works in the Mega ST 4 "High" machine with its dedicated <a href="/retro/atari-monitor-compatibility/">monitor</a>.</p>
|
||||
|
||||
<h2>Gallery</h2>
|
||||
<img src="et4000-1.jpg" alt="The ET4000 graphics card with STGA adapter" width="590" height="443">
|
||||
<img src="et4000-1.jpg" alt="The ET4000 graphics card with STGA adapter" width="590" height="443" loading="lazy">
|
||||
<p class="caption">The ET4000 graphics card ready for installation.</p>
|
||||
|
||||
<img src="et4000-2.jpg" alt="ET4000 card installed in the Mega ST" width="590" height="443">
|
||||
<img src="et4000-2.jpg" alt="ET4000 card installed in the Mega ST" width="590" height="443" loading="lazy">
|
||||
<p class="caption">The ET4000 installed in the Mega ST.</p>
|
||||
|
||||
<img src="et4000-3.jpg" alt="ET4000 card detail and wiring" width="590" height="443">
|
||||
<img src="et4000-3.jpg" alt="ET4000 card detail and wiring" width="590" height="443" loading="lazy">
|
||||
<p class="caption">Close-up of the card and its wiring.</p>
|
||||
|
||||
<img src="et4000-4.jpg" alt="ET4000 running at higher resolution" width="590" height="443">
|
||||
<img src="et4000-4.jpg" alt="ET4000 running at higher resolution" width="590" height="443" loading="lazy">
|
||||
<p class="caption">The ET4000 driving a higher resolution desktop.</p>
|
||||
|
||||
<img src="et4000-5.jpg" alt="ET4000 final setup in the workstation" width="590" height="443">
|
||||
<img src="et4000-5.jpg" alt="ET4000 final setup in the workstation" width="590" height="443" loading="lazy">
|
||||
<p class="caption">The finished ET4000 setup in the workstation.</p>
|
||||
|
||||
<h2>Sources</h2>
|
||||
|
||||
Reference in New Issue
Block a user