DR DR DR Jour2Fête / Les Films de la Fusée / Dr. Zepp Pictures / Degel Productions
Jour2Fête / Les Films de la Fusée / Dr. Zepp Pictures / Degel Productions
Jour2Fête / Les Films de la Fusée / Dr. Zepp Pictures / Degel Productions
Swim Little Fish Swim
Swim Little Fish Swim
Swim Little Fish Swim
?Affiche Française
Swim Little Fish Swim
Swim Little Fish Swim
Swim Little Fish Swim
Vidéo à la une
.video-container {
position: relative;
width: 300px; /* Set the width of the container to match the iframe */
}
.close-button {
position: absolute;
top: 10px; /* Adjust top position as needed */
right: 10px; /* Adjust right position as needed */
width: 30px;
height: 30px;
cursor: pointer;
z-index: 9999; /* Ensure the close button appears above the iframe */
}
.close-button:before,
.close-button:after {
content: '';
position: absolute;
width: 2px;
height: 20px;
background-color: #fff; /* Adjust color as needed */
}
.close-button:before {
transform: rotate(45deg);
}
.close-button:after {
transform: rotate(-45deg);
}
@media screen and (max-width:767px){
div#block-videopromodailymotionpremium {
width:100vw;
margin: 0px auto;
}
}
document.addEventListener("DaOMContentLoaded", function() {
var closeButton = document.querySelector('.close-button');
var videoContainer = document.querySelector('.video-container');
var videoFrame = document.getElementById('video-frame');
closeButton.addEventListener('click', function() {
// Hide the video container
videoContainer.style.display = 'none';
// Pause the video
videoFrame.contentWindow.postMessage('{"event":"command","func":"pauseVideo","args":""}', '*');
});
});