Skip to content

Commit 3ef97ed

Browse files
save file
1 parent cedca9d commit 3ef97ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
{flex:1}
161161

162162
#output
163-
{border:1px solid lightgray;padding:10px;border-radius:10px;white-space:pre-wrap;overflow:auto;font-size:16px;font-family:monospace}
163+
{border:1px solid lightgray;padding:10px;border-radius:10px;white-space:pre-wrap;overflow:auto;font-size:16px;font-family:monospace;flex:1}
164164

165165
#width input,#height input
166166
{width:70px}
@@ -349,7 +349,7 @@ <h1 slot=seo-hdr class=visually-hidden>video thumbnail generator</h1>
349349
gen.complete = function(blob,fn){
350350

351351
cur.status = false;
352-
var url = window.URL.createObjectURL(thumbnail);
352+
var url = window.URL.createObjectURL(blob);
353353
img.src = url;
354354

355355
}//complete

0 commit comments

Comments
 (0)