|
215 | 215 | height: auto; |
216 | 216 | aspect-ratio: 4 / 3; /* Forces 4:3 ratio (e.g. 320x240) */ |
217 | 217 | 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 */ |
219 | 219 | box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); |
220 | 220 | transition: transform 0.3s ease, box-shadow 0.3s ease; |
221 | 221 | background: #000; /* Prevents flash on video load */ |
@@ -732,34 +732,34 @@ <h2>Screenshots</h2> |
732 | 732 | <img src="screenshots/light/0.7.2/settings_top.png" alt="MicroPythonOS Settings app"> |
733 | 733 | </video> |
734 | 734 |
|
735 | | - <!-- <img src="screenshots/light/0.0.6/mpos_appstore.png" alt="App Store Screenshot"/> --> |
736 | | - <video autoplay loop muted playsinline poster="screenshots/light/0.7.2/appstore_connect4.png" width="320" height="240" preload="auto"> |
737 | | - <source src="screenshots/light/0.7.2/appstore-2026-01-28_19.35.04_cut.mp4" type="video/mp4"> |
738 | | - <img src="screenshots/light/0.7.2/appstore_connect4.png" alt="MicroPythonOS AppStore"> |
739 | | - </video> |
| 735 | + |
| 736 | + <img src="screenshots/dark/0.0.4/0.0.4_imu1.png" alt="Dark Theme IMU Screenshot"/> |
740 | 737 | <!-- <img src="screenshots/light/0.0.6/hello_world_install.png" alt="Hello World Install Screenshot"/> --> |
741 | 738 | <!-- <img src="screenshots/light/0.0.6/hello_world_sourcecode_no_window.png" alt="Hello World Source Code Screenshot"/> --> |
742 | 739 | <img src="screenshots/light/0.7.2/filemanager_apps.png" alt="MicroPythonOS FileManager"/> |
743 | | - <img src="screenshots/light/0.0.6/image_viewer.png" alt="Image Viewer Screenshot"/> |
744 | | - |
| 740 | + <video autoplay loop muted playsinline poster="screenshots/light/0.3.2/com.quasikili.quasibird_0.0.3.png" width="320" height="240" preload="auto"> |
| 741 | + <source src="videos/QuasiBird_0.0.3.mp4" type="video/mp4"> |
| 742 | + <img src="screenshots/light/0.3.2/com.quasikili.quasibird_0.0.3.png" alt="QuasiBird game in action"> |
| 743 | + </video> |
745 | 744 | <!-- <img src="screenshots/light/0.0.6/mpos_appstore_camera.png" alt="Camera App Store Screenshot"/> --> |
746 | 745 | <!-- <img src="screenshots/light/0.0.6/mpos_camera_qr_320x240.png" alt="Camera QR Code Screenshot"/> --> |
747 | 746 | <img src="screenshots/light/0.7.2/camera_qr_code.png" alt="Camera QR Code Screenshot"/> |
| 747 | + |
748 | 748 | <!-- <img src="screenshots/light/0.0.6/osupdate_progress3.png" alt="OS Update Progress Screenshot"/> --> |
749 | 749 | <video autoplay loop muted playsinline poster="screenshots/light/0.7.2/osupdate_67.png" width="320" height="240" preload="auto"> |
750 | 750 | <source src="screenshots/light/0.7.2/osupdate-2026-01-28_19.39.18_cut.mp4" type="video/mp4"> |
751 | 751 | <img src="screenshots/light/0.7.2/osupdate_67.png" alt="MicroPythonOS AppStore"> |
752 | 752 | </video> |
753 | 753 | <!-- <img src="screenshots/dark/0.0.4/0.0.4_launcher1.png" alt="Dark Theme Launcher Screenshot"/> --> |
754 | 754 |
|
755 | | - <!-- To add a play overlay to any video, just add the data-play-overlay attribute --> |
756 | | - <video autoplay loop muted playsinline poster="screenshots/light/0.3.2/com.quasikili.quasibird_0.0.3.png" width="320" height="240" preload="auto"> |
757 | | - <source src="videos/QuasiBird_0.0.3.mp4" type="video/mp4"> |
758 | | - <img src="screenshots/light/0.3.2/com.quasikili.quasibird_0.0.3.png" alt="QuasiBird game in action"> |
759 | | - </video> |
| 755 | + <img src="screenshots/light/0.0.6/image_viewer.png" alt="Image Viewer Screenshot"/> |
760 | 756 | <img src="screenshots/dark/0.3.3/wifi_password.png" alt="Dark Theme WiFi Password Screenshot"/> |
761 | 757 | <!-- <img src="screenshots/dark/0.0.4/0.0.4_appstore_uninstall_draw.png" alt="Dark Theme App Store Uninstall Screenshot"/> --> |
762 | | - <img src="screenshots/dark/0.0.4/0.0.4_imu1.png" alt="Dark Theme IMU Screenshot"/> |
| 758 | + <!-- <img src="screenshots/light/0.0.6/mpos_appstore.png" alt="App Store Screenshot"/> --> |
| 759 | + <video autoplay loop muted playsinline poster="screenshots/light/0.7.2/appstore_connect4.png" width="320" height="240" preload="auto"> |
| 760 | + <source src="screenshots/light/0.7.2/appstore-2026-01-28_19.35.04_cut.mp4" type="video/mp4"> |
| 761 | + <img src="screenshots/light/0.7.2/appstore_connect4.png" alt="MicroPythonOS AppStore"> |
| 762 | + </video> |
763 | 763 | </div> |
764 | 764 | </section> |
765 | 765 |
|
|
0 commit comments