landingpage Video
parent
2462c9e4d9
commit
876e5c4755
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue