move long text out of intro, fix resize, fix position

This commit is contained in:
j 2022-09-26 13:00:31 +01:00
commit f9b30f1fd8
4 changed files with 25 additions and 8 deletions

View file

@ -16,6 +16,7 @@ function setVideoSrc(video, src) {
}
src = src.replace('.webm', videoExtension)
if (src != video.src) {
//console.log(video.src, '->', src)
video.src = src
}
}