MrAnon999 Posted August 4, 2022 Share Posted August 4, 2022 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 Link to comment
MrAnon999 Posted August 4, 2022 Author Share Posted August 4, 2022 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 tuanphan Posted August 6, 2022 Solution Share Posted August 6, 2022 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> MrAnon999 1 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
MrAnon999 Posted August 14, 2022 Author Share Posted August 14, 2022 legend thank you so much sir tuanphan 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment