aboutsummaryrefslogtreecommitdiffstats
path: root/src/content/blog
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2024-08-16 13:38:59 -0700
committerPinapelz <yukais@pinapelz.com>2024-08-16 13:38:59 -0700
commit494a229a2becd1e413a7c8e3c8a891fac253a1a0 (patch)
treed4e83342a409c3bfcb21739c2067911217577a1d /src/content/blog
parent2763cb93f203c164e909bf400165922e53ef87b1 (diff)
lrc post: limit width of videos
Diffstat (limited to 'src/content/blog')
-rw-r--r--src/content/blog/lrc-player.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/content/blog/lrc-player.md b/src/content/blog/lrc-player.md
index 7deb59d..ab1f052 100644
--- a/src/content/blog/lrc-player.md
+++ b/src/content/blog/lrc-player.md
@@ -63,7 +63,7 @@ If you need a LRC file, a good way is to rip it from Spotify using [Syrics](http
At this point, you should already be able to play back the main media and have the lyrics highlighted as the media progresses.
Depending on how well the LRC file syncs with the main media, you may need to adjust the main offset labeled as "Offset (±ms)".
-<video controls>
+<video controls width="100%">
<source src="https://files.catbox.moe/mfaei6.mp4" type="video/mp4">
</video>
@@ -88,6 +88,6 @@ If the YouTube video you downloaded has subtitles (sometimes they look really co
Unfortunately, there is no way to adjust the offset for this; it'll play according to the main media.
-<video controls>
+<video controls width="100%">
<source src="https://files.catbox.moe/ir6bs3.mp4" type="video/mp4">
</video>
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage