Skip to content

Commit 64a97e7

Browse files
Rearrange screenshots
1 parent 0c36bf1 commit 64a97e7

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

index.html

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
height: auto;
216216
aspect-ratio: 4 / 3; /* Forces 4:3 ratio (e.g. 320x240) */
217217
object-fit: contain; /* Keeps full content visible */
218-
border-radius: 10px;
218+
border-radius: 0px; /* no rounded corners because the content is close to the corner too */
219219
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
220220
transition: transform 0.3s ease, box-shadow 0.3s ease;
221221
background: #000; /* Prevents flash on video load */
@@ -511,34 +511,34 @@ <h2>Screenshots</h2>
511511
<img src="screenshots/light/0.7.2/settings_top.png" alt="MicroPythonOS Settings app">
512512
</video>
513513

514-
<!-- <img src="screenshots/light/0.0.6/mpos_appstore.png" alt="App Store Screenshot"/> -->
515-
<video autoplay loop muted playsinline poster="screenshots/light/0.7.2/appstore_connect4.png" width="320" height="240" preload="auto">
516-
<source src="screenshots/light/0.7.2/appstore-2026-01-28_19.35.04_cut.mp4" type="video/mp4">
517-
<img src="screenshots/light/0.7.2/appstore_connect4.png" alt="MicroPythonOS AppStore">
518-
</video>
514+
515+
<img src="screenshots/dark/0.0.4/0.0.4_imu1.png" alt="Dark Theme IMU Screenshot"/>
519516
<!-- <img src="screenshots/light/0.0.6/hello_world_install.png" alt="Hello World Install Screenshot"/> -->
520517
<!-- <img src="screenshots/light/0.0.6/hello_world_sourcecode_no_window.png" alt="Hello World Source Code Screenshot"/> -->
521518
<img src="screenshots/light/0.7.2/filemanager_apps.png" alt="MicroPythonOS FileManager"/>
522-
<img src="screenshots/light/0.0.6/image_viewer.png" alt="Image Viewer Screenshot"/>
523-
519+
<video autoplay loop muted playsinline poster="screenshots/light/0.3.2/com.quasikili.quasibird_0.0.3.png" width="320" height="240" preload="auto">
520+
<source src="videos/QuasiBird_0.0.3.mp4" type="video/mp4">
521+
<img src="screenshots/light/0.3.2/com.quasikili.quasibird_0.0.3.png" alt="QuasiBird game in action">
522+
</video>
524523
<!-- <img src="screenshots/light/0.0.6/mpos_appstore_camera.png" alt="Camera App Store Screenshot"/> -->
525524
<!-- <img src="screenshots/light/0.0.6/mpos_camera_qr_320x240.png" alt="Camera QR Code Screenshot"/> -->
526525
<img src="screenshots/light/0.7.2/camera_qr_code.png" alt="Camera QR Code Screenshot"/>
526+
527527
<!-- <img src="screenshots/light/0.0.6/osupdate_progress3.png" alt="OS Update Progress Screenshot"/> -->
528528
<video autoplay loop muted playsinline poster="screenshots/light/0.7.2/osupdate_67.png" width="320" height="240" preload="auto">
529529
<source src="screenshots/light/0.7.2/osupdate-2026-01-28_19.39.18_cut.mp4" type="video/mp4">
530530
<img src="screenshots/light/0.7.2/osupdate_67.png" alt="MicroPythonOS AppStore">
531531
</video>
532532
<!-- <img src="screenshots/dark/0.0.4/0.0.4_launcher1.png" alt="Dark Theme Launcher Screenshot"/> -->
533533

534-
<!-- To add a play overlay to any video, just add the data-play-overlay attribute -->
535-
<video autoplay loop muted playsinline poster="screenshots/light/0.3.2/com.quasikili.quasibird_0.0.3.png" width="320" height="240" preload="auto">
536-
<source src="videos/QuasiBird_0.0.3.mp4" type="video/mp4">
537-
<img src="screenshots/light/0.3.2/com.quasikili.quasibird_0.0.3.png" alt="QuasiBird game in action">
538-
</video>
534+
<img src="screenshots/light/0.0.6/image_viewer.png" alt="Image Viewer Screenshot"/>
539535
<img src="screenshots/dark/0.3.3/wifi_password.png" alt="Dark Theme WiFi Password Screenshot"/>
540536
<!-- <img src="screenshots/dark/0.0.4/0.0.4_appstore_uninstall_draw.png" alt="Dark Theme App Store Uninstall Screenshot"/> -->
541-
<img src="screenshots/dark/0.0.4/0.0.4_imu1.png" alt="Dark Theme IMU Screenshot"/>
537+
<!-- <img src="screenshots/light/0.0.6/mpos_appstore.png" alt="App Store Screenshot"/> -->
538+
<video autoplay loop muted playsinline poster="screenshots/light/0.7.2/appstore_connect4.png" width="320" height="240" preload="auto">
539+
<source src="screenshots/light/0.7.2/appstore-2026-01-28_19.35.04_cut.mp4" type="video/mp4">
540+
<img src="screenshots/light/0.7.2/appstore_connect4.png" alt="MicroPythonOS AppStore">
541+
</video>
542542
</div>
543543
</section>
544544

0 commit comments

Comments
 (0)