landingpage Video

pull/4/head
Jan Umbach 2024-06-02 18:53:42 +02:00
parent 2462c9e4d9
commit 876e5c4755
1 changed files with 50 additions and 57 deletions

View File

@ -1,14 +1,13 @@
{% assign videoURL = "https://cdn.shopify.com/videos/c/o/v/37f714939aef4036aa9fc14f7c18ab46.mp4" %}
<style>
.landingPage {
max-height: 50vh;
}
.landingPage {}
.shx-landingPage__video__element {
width: 100%;
height: 100%;
object-fit: cover;
max-height: 50vh;
}
.shx-landingPage__video {
@ -16,12 +15,6 @@
width: 100%;
height: 100%;
overflow: hidden;
display: flex;
/* Add this */
justify-content: center;
/* Add this */
align-items: center;
/* Add this */
}
.shx-landingPage__video__content {