Jump to content

Reduce video size on mobile view but keep the size on desktop view

Go to solution Solved by tuanphan,

Recommended Posts

Just now, MrAnon999 said:

Site URL: https://www.pixelcrunchmedia.com/

Hello, 

 

I have an autoplay video on mute playing as my website loads, everything is perfect on the desktop version, I have used a code block so it plays at 300% the size so it fits the site, i would like to play at 100% size for the mobile version of my site, is there a way to do this ? 

 

Thanks in advance 

Code used to create the video block -

 <video style="width: 300%" loop="true"
  playsinline ="nodownload" autoplay muted
  src="https://static1.squarespace.com/static/62e6896554804f248812e499/t/62ebd760cd49e0211a774b2e/1659623288845/Kiba+Vids+Long+LOW.mp4">
    <source type="video/mp4" src="https://static1.squarespace.com/static/62e6896554804f248812e499/t/62ebd760cd49e0211a774b2e/1659623288845/Kiba+Vids+Long+LOW.mp4">
  <body oncontextmenu="return false;">
</video>

Link to comment
  • Solution
On 8/5/2022 at 2:26 AM, MrAnon999 said:

Code used to create the video block -

 <video style="width: 300%" loop="true"
  playsinline ="nodownload" autoplay muted
  src="https://static1.squarespace.com/static/62e6896554804f248812e499/t/62ebd760cd49e0211a774b2e/1659623288845/Kiba+Vids+Long+LOW.mp4">
    <source type="video/mp4" src="https://static1.squarespace.com/static/62e6896554804f248812e499/t/62ebd760cd49e0211a774b2e/1659623288845/Kiba+Vids+Long+LOW.mp4">
  <body oncontextmenu="return false;">
</video>

Add this to Code Block

<style>
  @media screen and (max-width:767px) {
    video {
    	width: 100% !important;
    }
  }
</style>

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.