Skip to content

Commit 931ee06

Browse files
save file
1 parent 9a69269 commit 931ee06

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

blog/25-11-15/ffmpeg-in-the-browser/ffmpeg-in-the-browser.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170

171171

172172
.blog-text
173-
{margin:1.5rem auto;padding:1.25rem 1.75rem;background-color:#fcfcfc;/*#f9f9f9*/font-family:system-ui, sans-serif;font-size:1rem;line-height:1.7;
173+
{margin:1.5rem auto;padding:1.25rem 1.75rem;background-color:#fcfcfc;/*#f9f9f9*/font-family:system-ui, sans-serif;font-size:1rem;line-height:2;
174174
color:#333;text-align:justify;border-radius:4px}
175175
.blog-text h2,.blog-text h3
176176
{margin-top:1.5rem;margin-bottom:0.75rem;font-weight:600;color:#222;}
@@ -210,6 +210,9 @@
210210
{cursor:pointer}
211211

212212

213+
snippet-html-console,snippet-console
214+
{margin:30px 0;display:block}
215+
213216

214217

215218
</style>
@@ -295,7 +298,7 @@ <h3>
295298
<br>
296299
in my testing the all-codecs version is about 4 times slower
297300
<br>
298-
they are just javascript's, so you can use them by incuding a single, albeit quite large, file
301+
they are just javascript files, so you can use them by incuding a single, albeit quite large, file
299302
<br>
300303
it exposes a single function ffmpeg_run
301304
<br>

0 commit comments

Comments
 (0)