smaller youtube frame
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user