fix: autoplay vidéos mobile + remplacement background image
All checks were successful
Deploy / Deploy to Production (push) Successful in 21s

- Home : matchMedia pour ne jouer que la vidéo visible (desktop/mobile)
- Expertise : play-then-pause pour forcer le décodage frame 0
- App : remplacement image de fond scrollable-page

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-03-24 19:29:06 +01:00
parent e6062ba2e7
commit 2bd531f7b2
4 changed files with 25 additions and 5 deletions

View file

@ -164,7 +164,7 @@
position: fixed;
inset: 0;
z-index: -1;
background-image: url('/assets/img/BACKGROUND2.52010fb6a490a17ef475.png');
background-image: url('/assets/img/scrollable-page-background.png');
background-size: cover;
background-position: center;
background-repeat: no-repeat;