docs: update Dance/Blues/Instruction_Video/Bluesroom/new-page/0_abcd_esdf

This commit is contained in:
2026-04-23 08:32:05 +00:00
committed by John Smith
parent 8ab27e425a
commit d876359671

View File

@@ -2,7 +2,7 @@
title: abcd edsdf title: abcd edsdf
description: description:
published: true published: true
date: 2026-04-23T08:31:51.809Z date: 2026-04-23T08:32:03.458Z
tags: tags:
editor: code editor: code
dateCreated: 2026-04-23T05:48:59.751Z dateCreated: 2026-04-23T05:48:59.751Z
@@ -13,7 +13,7 @@ dateCreated: 2026-04-23T05:48:59.751Z
<iframe src="https://video.terbits.xyz/player.html?src=videos/Bluesrooms/Begginer%20Survival%20Kit/Basic%20Turns/1_Basic%20Turns%20Course.mp4" class="modern-video" frameborder="0" allowfullscreen allow="autoplay; fullscreen"></iframe> <iframe src="https://video.terbits.xyz/player.html?src=videos/Bluesrooms/Begginer%20Survival%20Kit/Basic%20Turns/1_Basic%20Turns%20Course.mp4" class="modern-video" frameborder="0" allowfullscreen allow="autoplay; fullscreen"></iframe>
<style> <style>
.modern-video { .modern-video {
width: 100%; /* 모바일 기준 */ width: 200%; /* 모바일 기준 */
/* iframe은 height: auto가 아니라 특정 값을 주거나 비율을 강제해야 함 */ /* iframe은 height: auto가 아니라 특정 값을 주거나 비율을 강제해야 함 */
aspect-ratio: 16 / 9; aspect-ratio: 16 / 9;
height: auto !important; height: auto !important;
@@ -22,7 +22,7 @@ dateCreated: 2026-04-23T05:48:59.751Z
@media (min-width: 768px) { @media (min-width: 768px) {
.modern-video { .modern-video {
width: 200%; /* 데스크톱 기준 */ width: 60%; /* 데스크톱 기준 */
margin: 0 auto; margin: 0 auto;
} }
} }