Editing Images, Video, and Music
To replace the default background video, logo, images or music:
Navigate to the
ui
folder.Replace the existing files in their respective folders with your own, using the same file names.
Images: Use the
.png
format.Video: Use the
.webm
format.Music: Use the
.mp3
format.
If you'd like to use a YouTube video as the background, follow these steps:
Open the
ui/loading.html
file in your code editor.Replace the video element (lines 12 to 14) with the following code snippet:
Replace
[VIDEO_ID]
with the desired video's ID.You can find the video ID in the YouTube video URL. For example, for the link:
The video ID is
dQw4w9WgXcQ
.
Last updated