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

This commit is contained in:
2026-04-23 08:28:21 +00:00
committed by John Smith
parent edaffbdeb1
commit ed1b3e082d

View File

@@ -2,7 +2,7 @@
title: abcd edsdf title: abcd edsdf
description: description:
published: true published: true
date: 2026-04-23T08:26:48.985Z date: 2026-04-23T08:28:19.373Z
tags: tags:
editor: code editor: code
dateCreated: 2026-04-23T05:48:59.751Z dateCreated: 2026-04-23T05:48:59.751Z
@@ -12,16 +12,21 @@ dateCreated: 2026-04-23T05:48:59.751Z
<hr> <hr>
<iframe src="https://video.terbits.xyz/player.html?src=videos/Bluesrooms/Begginer%20Survival%20Kit/Basic%20Turns/1_Basic%20Turns%20Course.mp4" 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" frameborder="0" allowfullscreen allow="autoplay; fullscreen"></iframe>
<style> <style>
/* 1. 기본 스타일 (모바일 기준) */
.responsive-video { .responsive-video {
/* 데스크톱에서는 80%, 모바일에서는 100% 등으로 조절 가능 */ width: 100%; /* 모바일에서는 가로 꽉 채움 */
width: 100%;
/* 16:9 비율 유지 (영상 표준) */
aspect-ratio: 16 / 9; aspect-ratio: 16 / 9;
/* 가로 너비가 너무 커지는 것 방지 */
max-width: 2000px;
display: block; display: block;
margin: 0 auto; margin: 0 auto;
} }
/* 2. 데스크톱 스타일 (화면 너비가 768px 이상일 때) */
@media (min-width: 768px) {
.responsive-video {
width: 200%; /* 데스크톱에서는 60%로 축소 */
max-width: 2000px; /* 너무 커지는 것 방지 */
}
}
</style> </style>
<hr> <hr>
<p>COURSE: Basic Turns</p> <p>COURSE: Basic Turns</p>