From 5f6fe96b6a47e3df7d3a0880a1b648a52497a966 Mon Sep 17 00:00:00 2001 From: Wesley Luyten Date: Tue, 23 Jun 2026 13:14:43 -0700 Subject: [PATCH] docs(docs): link live-edge config issue in media-chrome migration guide --- internal/migrations/media-chrome.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/migrations/media-chrome.md b/internal/migrations/media-chrome.md index 296b34b6..52a7b135 100644 --- a/internal/migrations/media-chrome.md +++ b/internal/migrations/media-chrome.md @@ -161,7 +161,7 @@ These Media Chrome features have no direct equivalent yet. Several can be approx - No `defaultduration` placeholder before the media loads ([#1729](https://github.com/videojs/v10/issues/1729)) - No preference-persistence opt-outs (`novolumepref`, `nomutedpref`, `nosubtitleslangpref`) ([#1428](https://github.com/videojs/v10/issues/1428), [#1423](https://github.com/videojs/v10/issues/1423)) - No `breakpoints` / container-breakpoint attributes, use CSS container queries instead -- No `seektoliveoffset` / `noautoseektolive` controls +- No `seektoliveoffset` / `noautoseektolive` controls; live-edge offset/tolerance aren't configurable ([#1730](https://github.com/videojs/v10/issues/1730)) ## Workarounds