docs: improve docs for youtube extension (#2902)

* docs: improve docs for youtube extension

* docs: improve docs for youtube extension

Co-authored-by: Dominik Biedebach <dominik@bdbch.com>
This commit is contained in:
Sven Adlung
2022-06-20 19:20:41 +02:00
committed by GitHub
parent 3408766e72
commit d9430e5163
2 changed files with 5 additions and 1 deletions

View File

@@ -9,12 +9,16 @@
type="number" type="number"
v-model="width" v-model="width"
placeholder="width" placeholder="width"
min="320"
max="1024"
> >
<input <input
id="height" id="height"
type="number" type="number"
v-model="height" v-model="height"
placeholder="height" placeholder="height"
min="180"
max="720"
> >
<editor-content class="editor-1" :editor="editor" /> <editor-content class="editor-1" :editor="editor" />
</div> </div>

View File

@@ -1,6 +1,6 @@
--- ---
description: Your favorite videos and jams - right in your editor! description: Your favorite videos and jams - right in your editor!
icon: video icon: youtube-line
--- ---
# YouTube # YouTube