feat: change update video to webm format

This commit is contained in:
sethburkart123
2024-08-26 23:22:12 +10:00
parent 444cb14e8a
commit 31954dcbce
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ export function OpenWhatsNewPopup() {
let video = document.createElement('video') let video = document.createElement('video')
let source = document.createElement('source') let source = document.createElement('source')
// Perhaps we host this on a server and then grab it instead of having it locally? // Perhaps we host this on a server and then grab it instead of having it locally?
source.setAttribute('src', 'https://raw.githubusercontent.com/BetterSEQTA/BetterSEQTA-Plus/main/src/resources/update-video.mp4') source.setAttribute('src', 'https://raw.githubusercontent.com/BetterSEQTA/BetterSEQTA-Plus/main/src/resources/update-video.webm')
video.autoplay = true video.autoplay = true
video.muted = true video.muted = true
video.loop = true video.loop = true
Binary file not shown.
Binary file not shown.