แก้ไขตำแหน่ง

This commit is contained in:
AnandaTon 2024-07-04 16:20:37 +07:00
parent 38cf193b7c
commit d63e1d9f70

View file

@ -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",