I’ve managed to add a custom liquid video banner onto my shopify homepage and it looks great, but I’m trying to make it hidden on mobile view because the aspect ratio isn’t 1080x1920 so it doesn’t fit correctly. Is there anyway I can do this? Any help would be appreciated, thanks.
Here’s how the code looks →
-
video {
-
display: block;
-
margin: 0 auto;
-
width: 100%;
-
height: 50%;
-
}
-
(Btw I haven’t added this code within the edit code section itself. I’ve done it within the actual shopify web editor!)