All checks were successful
build-website / build (push) Successful in 1m42s
- Remove video from Vue template entirely - Inject video HTML directly into document.body on mount - Video now exists completely outside #__nuxt and Vue control - Bypasses all framework hydration and virtual DOM issues - Add cleanup on unmount to remove injected element This nuclear approach ensures the video is rendered as pure HTML/CSS without any framework interference that could be blocking iOS Safari safe area extension.