fix: autoplay vidéos mobile + remplacement background image
All checks were successful
Deploy / Deploy to Production (push) Successful in 21s
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:
parent
e6062ba2e7
commit
2bd531f7b2
4 changed files with 25 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue