pull/1/head
Jan Umbach 2024-05-31 19:00:12 +02:00
parent 0b683de0ea
commit 8a7ff68e03
2 changed files with 5 additions and 0 deletions

View File

@ -62,6 +62,9 @@
videoWrapperClone.appendChild(videoElement);
// delete shx-video__wrapper element
videoWrapperClone.querySelector('.shx-video__wrapper').remove();
// pause all video
Object.keys(this.video_wrapper_Clones).forEach((key) => {

View File

@ -21,6 +21,8 @@
left: 0;
width: 100%;
height: 100%;
font-size: 0;
}
.shx-video__wrapper video {