chores: add video width in docs

This commit is contained in:
Zhe Fang
2025-10-24 13:15:09 -04:00
parent 3b4d5b9668
commit 8ab3a53a38

View File

@@ -12,13 +12,13 @@ If this is the first time that you use this app, only standard mode was initiall
Settings -> Lyrics window manager -> Create from templates -> Fullscreen mode
<video controls src="add-fullscreen-mode.mp4" title="Title"></video>
<video controls src="add-fullscreen-mode.mp4" width="600"></video>
### How to switch modes
You can switch modes by pressing default shortcuts `Ctrl + Alt + S` and then choosing one of the modes displayed on your screen. (Press `Escape` to close the choosing window)
<video controls src="switch-modes.mp4" title="Title"></video>
<video controls src="switch-modes.mp4" width="600"></video>
### How to install ".msixbundle" package? (for test package only)
[See this doc](https://github.com/jayfunc/BetterLyrics/blob/dev/How2Install/How2Install.md)