Fix
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
3ac7b09bd9
commit
e11b591275
|
@ -4,7 +4,7 @@ title: Meshtastic
|
|||
|
||||
<script>
|
||||
function scrollToContent() {
|
||||
const element = document.getElementById("main-conten");
|
||||
const element = document.getElementById("main-content3");
|
||||
const yOffset = -60; // scrolla 20px ovanför elementet
|
||||
const y = element.getBoundingClientRect().top + window.pageYOffset + yOffset;
|
||||
|
||||
|
@ -67,7 +67,7 @@ window.addEventListener('scroll', () => {
|
|||
filter: blur(10px) brightness(0.7);
|
||||
transform: scale(1.2); /* lite zoom för att dölja kanter */
|
||||
z-index: -2;">
|
||||
<source src="assets/Felix_i_Jannes_mast_2.webm" type="video/webm">
|
||||
<source src="../assets/Felix_i_Jannes_mast_2.webm" type="video/webm">
|
||||
</video>
|
||||
|
||||
|
||||
|
@ -76,7 +76,7 @@ window.addEventListener('scroll', () => {
|
|||
transform: translate(-50%, -50px);
|
||||
height: 95vh;
|
||||
object-fit: cover; z-index: -1;">
|
||||
<source src="assets/Felix_i_Jannes_mast_2.webm" type="video/webm">
|
||||
<source src="../assets/Felix_i_Jannes_mast_2.webm" type="video/webm">
|
||||
Din webbläsare stödjer inte video.
|
||||
</video>
|
||||
|
||||
|
|
Loading…
Reference in New Issue