move long text out of intro, fix resize, fix position
This commit is contained in:
parent
eb7152bde6
commit
f9b30f1fd8
4 changed files with 25 additions and 8 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue