style investigation-summary
All checks were successful
Deploy / Deploy to Production (push) Successful in 11s

This commit is contained in:
Julie Blanc 2026-01-13 10:44:32 +01:00
parent a7f45c1ed6
commit f2ca803842
5 changed files with 40 additions and 29 deletions

View file

@ -9,11 +9,17 @@ export function playVideo() {
playButton.addEventListener('click', function() {
const extract = document.querySelector('.extract');
const videoFull = document.querySelector('.video-full');
const titleSmall = document.querySelector('.page-title-small');
if (extract) {
extract.style.display = 'none';
}
if(titleSmall){
titleSmall.style.display = 'none';
}
if (videoFull) {
videoFull.style.display = 'block';