편집 요약 없음 |
편집 요약 없음 |
||
1번째 줄: | 1번째 줄: | ||
<html> | <html> | ||
<div class="video-container"> | <div class="video-container"> | ||
<iframe src="https://www.youtube.com/embed/9qRCARM_LfE?autoplay=1&mute=0&playsinline=1&playlist=9qRCARM_LfE&loop=1"></iframe> | <iframe src="https://www.youtube.com/embed/9qRCARM_LfE?autoplay=1&mute=0&playsinline=1&playlist=9qRCARM_LfE&loop=1" style="border: none;"></iframe> | ||
</div> | </div> | ||
<style> | <style> | ||
body { height: calc(100vh - 42px) !important; overflow: hidden !important; } | |||
.video-container { | .video-container { | ||
width: 100vw; | width: 100vw; | ||
height: 100vh; | height: calc(100vh - 42px); | ||
} | } | ||
45번째 줄: | 46번째 줄: | ||
line-height: 95%; | line-height: 95%; | ||
} | } | ||
</style> | </style> | ||
</html> { {DARKMODE}} | </html>{{DARKMODE}} |