|
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 */ |
@@ -511,34 +511,34 @@ <h2>Screenshots</h2> |
511 | 511 | <img src="screenshots/light/0.7.2/settings_top.png" alt="MicroPythonOS Settings app"> |
512 | 512 | </video> |
513 | 513 |
|
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"/> |
519 | 516 | <!-- <img src="screenshots/light/0.0.6/hello_world_install.png" alt="Hello World Install Screenshot"/> --> |
520 | 517 | <!-- <img src="screenshots/light/0.0.6/hello_world_sourcecode_no_window.png" alt="Hello World Source Code Screenshot"/> --> |
521 | 518 | <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> |
524 | 523 | <!-- <img src="screenshots/light/0.0.6/mpos_appstore_camera.png" alt="Camera App Store Screenshot"/> --> |
525 | 524 | <!-- <img src="screenshots/light/0.0.6/mpos_camera_qr_320x240.png" alt="Camera QR Code Screenshot"/> --> |
526 | 525 | <img src="screenshots/light/0.7.2/camera_qr_code.png" alt="Camera QR Code Screenshot"/> |
| 526 | + |
527 | 527 | <!-- <img src="screenshots/light/0.0.6/osupdate_progress3.png" alt="OS Update Progress Screenshot"/> --> |
528 | 528 | <video autoplay loop muted playsinline poster="screenshots/light/0.7.2/osupdate_67.png" width="320" height="240" preload="auto"> |
529 | 529 | <source src="screenshots/light/0.7.2/osupdate-2026-01-28_19.39.18_cut.mp4" type="video/mp4"> |
530 | 530 | <img src="screenshots/light/0.7.2/osupdate_67.png" alt="MicroPythonOS AppStore"> |
531 | 531 | </video> |
532 | 532 | <!-- <img src="screenshots/dark/0.0.4/0.0.4_launcher1.png" alt="Dark Theme Launcher Screenshot"/> --> |
533 | 533 |
|
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"/> |
539 | 535 | <img src="screenshots/dark/0.3.3/wifi_password.png" alt="Dark Theme WiFi Password Screenshot"/> |
540 | 536 | <!-- <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> |
542 | 542 | </div> |
543 | 543 | </section> |
544 | 544 |
|
|
0 commit comments