New Shopify Certification now available: Liquid Storefronts for Theme Developers

How to hide custom liquid for mobile view? (dawn)

mesetan
Tourist
10 0 3

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 ->

 

  1. <style>
  2.  
  3. video {
  4.  
  5. display: block;
  6. margin: 0 auto;
  7. width: 100%;
  8. height: 50%;
  9.  
  10. }
  11.  
  12. </style>
  13.  
  14.  
  15. <video autoplay loop playsinline muted>
  16. <source src="VIDEO URL HERE">
  17. </video>

 

(Btw I haven't added this code within the edit code section itself. I've done it within the actual shopify web editor!)

Reply 1 (1)
Zqdo
Shopify Partner
803 32 62

What's the link to your website? Thanks!

banned