trying shiet out

This commit is contained in:
Set Sakrecoer 2019-04-28 21:42:31 +02:00
parent 959e888095
commit f0d76bd04c
3 changed files with 19 additions and 21 deletions

View file

@ -1,16 +1,6 @@
#hero {
video {
position:fixed;
right:0;
bottom:0;
min-width:100%;
min-height:100%;
width:auto;
height:auto;
z-index:-100;
background:url(../../assets/img/bg/frontpage.jpg) no-repeat;
background-size:cover;
-webkit-transition:1s opacity;
transition:1s opacity;
}
height: 100vh;
width: 100vw;
-webkit-transition: background .5s ease-in-out;
transition: background .5s ease-in-out;
}