From d63e1d9f70fe4a3006eaa64d8be3f554d9986e1c Mon Sep 17 00:00:00 2001 From: AnandaTon Date: Thu, 4 Jul 2024 16:20:37 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B9=84=E0=B8=82?= =?UTF-8?q?=E0=B8=95=E0=B8=B3=E0=B9=81=E0=B8=AB=E0=B8=99=E0=B9=88=E0=B8=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/01_manual/MainPage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/01_manual/MainPage.vue b/src/modules/01_manual/MainPage.vue index a36ade9d..a668386f 100644 --- a/src/modules/01_manual/MainPage.vue +++ b/src/modules/01_manual/MainPage.vue @@ -14,7 +14,7 @@ import mditVideo from "markdown-it-video" const md = new MarkdownIt() .use(mditAnchor) .use(mditVideo, { - youtube: { width: "50%", height: "auto", autoplay: false }, + youtube: { width: "70%", height: "auto", autoplay: false }, }) .use(mditFigureWithPCaption, { figcaption: "alt",