인트로 유튜브로 수정

This commit is contained in:
2024-08-05 22:16:18 +09:00
parent d693f7e152
commit fcc90fcddf
7 changed files with 88 additions and 101 deletions

View File

@@ -3022,25 +3022,20 @@
transform: translate(-50%, -50%);
width: 80%;
max-width: 120rem;
padding-top: 43.5%;
aspect-ratio: 16/9;
}
.editorWarp .video_wrap .video-area .video {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
background: #000;
}
.editorWarp .video_wrap .video-area .video video {
display: block;
.editorWarp .video_wrap .video-area .video .youtube-box {
width: 100%;
height: 100%;
visibility: visible;
}
.editorWarp .video_wrap .video-area .video video[poster] {
height: 100%;
.editorWarp .video_wrap .video-area .video iframe {
width: 100%;
height: 100%;
}
.editorWarp .video_wrap .video-area .video .btn-play {
position: absolute;
@@ -3104,6 +3099,7 @@
position: absolute;
top: -4rem;
right: -16rem;
z-index: 10;
width: 14rem;
height: 14rem;
background-color: transparent;