File tree Expand file tree Collapse file tree 2 files changed +14
-46
lines changed Expand file tree Collapse file tree 2 files changed +14
-46
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ function runStaticSvg(version) {
3434 video . autoplay = true ;
3535 video . loop = true ;
3636 video . muted = true ;
37- video . style . width = `100 %` ;
38- video . style . height = `100 %` ;
37+ video . style . width = `95 %` ;
38+ video . style . height = `95 %` ;
3939 video . style . zIndex = '-1' ;
4040 video . style . objectFit = 'cover' ;
4141 video . style . overflowX = 'hidden' ;
@@ -139,7 +139,7 @@ function moveLogo() {
139139window . addEventListener ( 'load' , ( ) => {
140140 const container = document . getElementById ( 'container' ) ;
141141 if ( container ) {
142- container . style . height = `${ container . clientWidth / 2.52 } px` ;
142+ container . style . height = `${ container . clientWidth / 2.04 } px` ;
143143 }
144144 const videoSources = [
145145 'waves.mp4' ,
You can’t perform that action at this time.
0 commit comments