smaller youtube frame

This commit is contained in:
Julien Calixte
2023-10-07 13:19:43 +02:00
parent 1d21ac50b2
commit 93f7dd6ead

View File

@@ -27,7 +27,8 @@ const md = new MarkdownIt({
.use(html5Media) .use(html5Media)
.use(blockEmbedPlugin, { .use(blockEmbedPlugin, {
youtube: { youtube: {
width: '100%' width: '100%',
height: 300
} }
}) })
.use(twitterPlugin) .use(twitterPlugin)