In August 2026, Ladybird significantly improved its media capabilities. The browser's Media Source Extensions now support fragmented MP4, AVC (H.264), HEVC (H.265), AV1, and AAC codecs. This allows for adaptive-bitrate video playback on platforms like Twitch and Plex.
YouTube video support was also expanded. While VP9/Opus in WebM already worked, Ladybird can now play older or less popular videos that only offer multiple quality levels in AVC, and higher quality AV1 streams, including 8K content. Several playback bugs were also resolved, addressing crashes with YouTube video-card previews, hanging players using preload="none", and issues with HLS.js-based players.
Ladybird introduced CSS scroll snap functionality, including support for `scroll-snap-type`, `scroll-snap-align`, and `scroll-snap-stop`. This feature ensures that scrolling actions, whether by wheel, keyboard, scrollbar, touchpad, or programmatic `scrollTo()`, snap to defined points, and content re-snaps on layout changes. This enables the creation of carousels and full-page scrollers.
For developers, Ladybird's DevTools now include JavaScript debugging. Users can set breakpoints, step through code line by line, and evaluate watch expressions. This core debugging workflow is built on new breakpoint support in the browser's JavaScript engine, with Wasm debugging and DOM mutation breakpoints planned for future releases.
The browser also saw a sustained focus on engine performance. Key improvements include a new style engine, layout caching, and moving CSS animations off the main thread. Core architectural changes involved adding caging for cell pointers in JavaScript values and migrating CSS parsing and the painting pipeline to Rust.
Beyond media and developer tools, Ladybird added user-facing features such as the ability to pause and resume downloads, and session restore functionality. These additions improve the overall user experience and browser stability.
✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →
One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.
One email a day. Unsubscribe in one click, any time.
Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.
▶ Play today's briefNew every morning, and the back catalogue is archived by date.
The Ladybird browser gained several new features in August 2026, including video playback on Twitch and expanded YouTube video format support, CSS scroll snap, and JavaScript debugging capabilities in its DevTools. These updates enhance the browser's media handling, web layout rendering, and developer tooling, making it more functional for end-users and web developers.