Matt dc2b97e5e3
All checks were successful
build-website / build (push) Successful in 1m42s
fix: nuclear option - inject video directly into DOM bypassing Vue/Nuxt
- 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.
2025-09-25 16:39:07 +02:00
Description
No description provided
92 MiB
Languages
HTML 59.7%
CSS 29.5%
JavaScript 9.1%
TypeScript 1.6%