Skip to content

Commit

Permalink
webapp
Browse files Browse the repository at this point in the history
  • Loading branch information
Aprimez committed Dec 10, 2024
1 parent 526ffe7 commit 3140297
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion short-films/spare-room/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1" />
<!-- Link Swiper's CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />

<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />

<!-- Demo styles -->
<style>
html,
Expand Down Expand Up @@ -177,6 +180,7 @@
el: ".swiper-pagination",
},
});
window.scrollTo(0, 1);
</script>
</body>

Expand Down

0 comments on commit 3140297

Please sign in to comment.