Fix
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
c7847e1766
commit
f179b7f4ef
|
@ -62,7 +62,7 @@ window.addEventListener('scroll', () => {
|
|||
|
||||
<video autoplay loop muted playsinline
|
||||
style="position: absolute; left: 0;
|
||||
height: 77vh; width: 100%;
|
||||
height: 95vh; width: 100%;
|
||||
object-fit: cover;
|
||||
filter: blur(10px) brightness(0.7);
|
||||
transform: scale(1.2); /* lite zoom för att dölja kanter */
|
||||
|
@ -74,7 +74,7 @@ window.addEventListener('scroll', () => {
|
|||
<video autoplay loop muted playsinline
|
||||
style="position: absolute; left: 50%;
|
||||
transform: translate(-50%, -50px);
|
||||
height: 100vh;
|
||||
height: 95vh;
|
||||
object-fit: cover; z-index: -1;">
|
||||
<source src="assets/drone.webm" type="video/webm">
|
||||
Din webbläsare stödjer inte video.
|
||||
|
|
Loading…
Reference in New Issue