Aaron bd4613b6f2 Fix YouTube title reappearing: oversize height in portrait to clip title off-screen
Portrait (vw < vh): w=vw (no horizontal overflow), h=vh+120 so the iframe
extends 60px above the viewport. The YouTube title bar at the iframe top sits
at y≈-60px and is clipped by #pw overflow:hidden — same mechanism as before.
YouTube letterboxes the 16:9 video within the tall iframe; black bars top/bottom.

Landscape/desktop: restored original formula (vw×1.12 / vh×1.7778) unchanged.

Co-Authored-By: claude-flow <ruv@ruv.net>
2026-05-23 19:34:42 -04:00
S
Description
No description provided
386 KiB
Languages
HTML 100%