Fix
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
13a68dce87
commit
8a40517522
|
@ -62,10 +62,10 @@ window.addEventListener('scroll', () => {
|
||||||
|
|
||||||
<video autoplay loop muted playsinline
|
<video autoplay loop muted playsinline
|
||||||
style="position: absolute; top: 0; left: 0;
|
style="position: absolute; top: 0; left: 0;
|
||||||
height: 92vh; width: 100%;
|
height: 100vh; width: 100%;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
filter: blur(10px) brightness(0.7);
|
filter: blur(10px) brightness(0.7);
|
||||||
transform: scale(1.2); /* lite zoom för att dölja kanter */
|
/*transform: scale(1.2); /* lite zoom för att dölja kanter */
|
||||||
z-index: -2;">
|
z-index: -2;">
|
||||||
<source src="assets/drone.webm" type="video/webm">
|
<source src="assets/drone.webm" type="video/webm">
|
||||||
</video>
|
</video>
|
||||||
|
|
Loading…
Reference in New Issue