The resize observer was persisting any rendered size change, including incidental reflow from the page's own responsive max-width clamping on window/viewport resize - not just deliberate corner-handle drags. This let the stored size drift into a badly non-16:9 box over repeated views on different window sizes, pushing the actual resize grip far below the fold. Now only persists while the user has mousedown on the video, and caps rendered height at 80vh as a backstop against already-drifted values. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2 lines
69 B
Plaintext
2 lines
69 B
Plaintext
2026-08-24 23:00 UTC — fix video resize handle drifting off-screen
|