Skip to content

Commit 131f361

Browse files
save file
1 parent 3ef97ed commit 131f361

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

utils/video/video-thumbnail-generator/video-thumbnail-generator.html

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,11 @@
159159
.spc
160160
{flex:1}
161161

162+
#video-root
163+
{display:flex;gap:20px}
164+
#video-root>div
165+
{display:flex;flex-direction:column;gap:10px}
166+
162167
#output
163168
{border:1px solid lightgray;padding:10px;border-radius:10px;white-space:pre-wrap;overflow:auto;font-size:16px;font-family:monospace;flex:1}
164169

@@ -208,12 +213,17 @@ <h1 slot=seo-hdr class=visually-hidden>video thumbnail generator</h1>
208213
<input value=generate type=button>
209214
</div>
210215

211-
<div>
216+
<div id=video-root>
212217
<video controls></video>
213-
<span id=video-filename></span>
214-
<span id=video-size></span>
215-
<span id=video-width></span>
216-
<span id=video-height></span>
218+
<div>
219+
<span id=video-filename></span>
220+
<span id=video-size></span>
221+
<div>
222+
<span id=video-width>-</span>
223+
x
224+
<span id=video-height>-</span>
225+
</div>
226+
</div>
217227
</div>
218228
<div>
219229
<img id=thumbnail>

0 commit comments

Comments
 (0)