File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
utils/video/video-thumbnail-generator Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments