Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/fix-870-landing-hero-video-decode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"ornn-web": patch
---

Fix the landing hero video freezing on phones and other devices. The 4K upscale shipped an H.264 Level 6.0 / 5184px-wide asset that exceeds the hardware decoder limits of phones and most laptops, so the hero stayed stuck on the poster frame everywhere except the author's desktop. Reverted the video and poster to a universally-decodable 1080p encode (2592×1080, H.264 High Level 5.0), so the intro now autoplays for everyone.
2 changes: 2 additions & 0 deletions .changeset/release-notes-20260606.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
11 changes: 11 additions & 0 deletions .github/release-notes-20260606.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Fixed

- Landing page intro video now plays on phones and all devices.

## New Feature

- None in this release.

## Changed

- None in this release.
Binary file modified ornn-web/public/ornn-intro-poster.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ornn-web/public/ornn-intro.mp4
Binary file not shown.
Loading