TalkingDog Posted March 11, 2022 Share Posted March 11, 2022 Site URL: https://nick-haddad-ox4c.squarespace.com/config/ Hello I'm trying to use a video for a banner on each of my pages using the Bedford template but many of them are getting cropped at the top and bottom. Is there a way to make sure the entirety of the video is seen and not cropped? I've already added returns in the page description to make the banner bigger but I don't want to go too much so that users won't have to scroll too much to get to the page content. Thanks Link to comment
tuanphan Posted March 13, 2022 Share Posted March 13, 2022 On 3/12/2022 at 1:05 AM, TalkingDog said: Site URL: https://nick-haddad-ox4c.squarespace.com/config/ Hello I'm trying to use a video for a banner on each of my pages using the Bedford template but many of them are getting cropped at the top and bottom. Is there a way to make sure the entirety of the video is seen and not cropped? I've already added returns in the page description to make the banner bigger but I don't want to go too much so that users won't have to scroll too much to get to the page content. Thanks Add to Design > Custom CSS > Then save & reload the site /* Mobile resize video */ @media screen and (max-width:640px) { body.homepage figure iframe { width: 100% !important; height: auto !important; left: 0 !important; top: 0 !important; } body.homepage .banner-thumbnail-wrapper.has-description { height: 120px !important; } } 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