Redplayback Posted February 19, 2021 Share Posted February 19, 2021 Site URL: https://redplayback.uk Could someone please help, The desktop site looks great, but I want specific videos to be smaller on mobile only. Thank you Link to comment
tuanphan Posted February 22, 2021 Share Posted February 22, 2021 Hi. Which video you want to resize? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Redplayback Posted February 22, 2021 Author Share Posted February 22, 2021 all of them except for the first video at the top of the page. Thank you for your help !! Link to comment
tuanphan Posted February 28, 2021 Share Posted February 28, 2021 On 2/22/2021 at 7:24 PM, Redplayback said: all of them except for the first video at the top of the page. Thank you for your help !! To make video smaller on mobile, you can target video block id. Here is the code for some videos on your site /* resize mobile video */ @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1613602565233_12889 { width: 70%; margin: 0 auto; } div#block-yui_3_17_2_1_1613602565233_16044 { width: 70%; margin: 0 auto; } } Use this tool to find block id. https://chrome.google.com/webstore/detail/squarespace-id-finder/igjamfnifnkmecjidfbdipieoaeghcff?hl=en Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Redplayback Posted February 28, 2021 Author Share Posted February 28, 2021 That worked. Thank you so much !! Link to comment
Tami21 Posted January 17, 2022 Share Posted January 17, 2022 Hello @tuanphan Would you please guide me whether this can be done for the video I have placed for my website. This is how it looks at the moment (the first is web version and the second is the mobile version). Thank you! Link to comment
tuanphan Posted January 18, 2022 Share Posted January 18, 2022 On 1/17/2022 at 5:33 PM, Tami21 said: Hello @tuanphan Would you please guide me whether this can be done for the video I have placed for my website. This is how it looks at the moment (the first is web version and the second is the mobile version). Thank you! Can you share link to your site? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
carbep Posted March 21, 2022 Share Posted March 21, 2022 @tuanphan I have a similar issue. Want the video banner on the hompage to scale proportionately for mobile. It gets cut off. I would try the code above, but I can't seem to find the id for the video. carberrycreative.com pswd: welcome Thank you in advance. Link to comment
tuanphan Posted March 22, 2022 Share Posted March 22, 2022 (edited) 16 hours ago, carbep said: @tuanphan I have a similar issue. Want the video banner on the hompage to scale proportionately for mobile. It gets cut off. I would try the code above, but I can't seem to find the id for the video. carberrycreative.com pswd: welcome Thank you in advance. Just answered your private message Edited March 22, 2022 by tuanphan Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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