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>
|
<script>
|
||||||
function scrollToContent() {
|
function scrollToContent() {
|
||||||
const element = document.getElementById("main-conten");
|
const element = document.getElementById("main-content3");
|
||||||
const yOffset = -60; // scrolla 20px ovanför elementet
|
const yOffset = -60; // scrolla 20px ovanför elementet
|
||||||
const y = element.getBoundingClientRect().top + window.pageYOffset + yOffset;
|
const y = element.getBoundingClientRect().top + window.pageYOffset + yOffset;
|
||||||
|
|
||||||
|
@ -67,7 +67,7 @@ window.addEventListener('scroll', () => {
|
||||||
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/Felix_i_Jannes_mast_2.webm" type="video/webm">
|
<source src="../assets/Felix_i_Jannes_mast_2.webm" type="video/webm">
|
||||||
</video>
|
</video>
|
||||||
|
|
||||||
|
|
||||||
|
@ -76,7 +76,7 @@ window.addEventListener('scroll', () => {
|
||||||
transform: translate(-50%, -50px);
|
transform: translate(-50%, -50px);
|
||||||
height: 95vh;
|
height: 95vh;
|
||||||
object-fit: cover; z-index: -1;">
|
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.
|
Din webbläsare stödjer inte video.
|
||||||
</video>
|
</video>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue