Jleebz Posted October 10, 2022 Share Posted October 10, 2022 Site URL: https://www.joshlebowitz.com/work-copy-1 I've tried a number of things but I can't figure out how to get the videos to fill the frames. Any suggestions or solutions are appreciated! Link to comment
Jleebz Posted October 10, 2022 Author Share Posted October 10, 2022 Here's the code behind the video: <a href="resupply"> <video style="width: 100%" autoplay="autoplay" muted="muted" loop="loop" src="https://jlebowitz.squarespace.com/s/ALPHARS_Homepage.mp4"> <source type="video/mp4" src="https://jlebowitz.squarespace.com/s/ALPHARS_Homepage.mp4"> <body oncontextmenu="return false;" > </video> </a> Link to comment
Ziggy Posted October 11, 2022 Share Posted October 11, 2022 The video is constrained to the container and because the container is set to 8 rows it will fill the width 100% but not the height. If you make the container shorter, then the video won't stretch to the edges. Your setup is a compromise based on the 16:9 constraints of videos in individual blocks. Ideally you would add them to a grid gallery block, which would break you away from the stretching across rows. Hope that helps. Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link)📈 SEO Space (Referral link)⬛ SquareWebsites Plugins (Referral link)☕ Did I help? Buy me a coffee? Link to comment
Jleebz Posted October 11, 2022 Author Share Posted October 11, 2022 The issue I have with using video/gallery blocks is the controls, trying to turn them off for that "clean" look. To my knowledge theres no way to do that with a basic plan other than the method that I'm currently using, right? 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