Maksymrewko Posted October 6, 2021 Share Posted October 6, 2021 Site URL: https://www.maksymrewko.com/personalwork/schach Hi there, looking to reduece the size of headline images on my mobile breakpoint. This is the code I used on another website but it doesnt seem to work on teh exmaple shown. I believe I need to change the .gallery-fullscreen-slidehow to something else? @media screen and (max-width:640px) { .gallery-fullscreen-slideshow[data-width="full-bleed"] { height: 50vh !important; } } Any help would be great Link to comment
Beyondspace Posted October 6, 2021 Share Posted October 6, 2021 (edited) 1 hour ago, Maksymrewko said: Site URL: https://www.maksymrewko.com/personalwork/schach Hi there, looking to reduece the size of headline images on my mobile breakpoint. This is the code I used on another website but it doesnt seem to work on teh exmaple shown. I believe I need to change the .gallery-fullscreen-slidehow to something else? @media screen and (max-width:640px) { .gallery-fullscreen-slideshow[data-width="full-bleed"] { height: 50vh !important; } } Any help would be great Try in Home > Design > Custom Css @media only screen and (max-width: 768px) { section[data-section-id="6158ae7037180f62d89a2635"] { min-height: 45vh !important; img { height: auto !important; padding-top: 12vh; background: #000; } .section-background { height: 45vh; } .content-wrapper { height: 45vh; padding-top: 12vh !important; padding-bottom: 0 !important; position: absolute !important; top: 0; align-items: center; } } } Support me by pressing 👍 if this useful for you Edited October 6, 2021 by bangank36 Maksymrewko 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Beyondspace Posted October 6, 2021 Share Posted October 6, 2021 The result after applying Css Maksymrewko 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Maksymrewko Posted October 6, 2021 Author Share Posted October 6, 2021 Awesome thankyou Link to comment
travisandrew Posted October 14, 2021 Share Posted October 14, 2021 On 10/6/2021 at 12:30 PM, bangank36 said: Try in Home > Design > Custom Css @media only screen and (max-width: 768px) { section[data-section-id="6158ae7037180f62d89a2635"] { min-height: 45vh !important; img { height: auto !important; padding-top: 12vh; background: #000; } .section-background { height: 45vh; } .content-wrapper { height: 45vh; padding-top: 12vh !important; padding-bottom: 0 !important; position: absolute !important; top: 0; align-items: center; } } } Support me by pressing 👍 if this useful for you Hey there! I'm having the same issue as the OP but this code isn't fixing the image size. Could you take a look? You'll see the background image on the banner is responsive so when the window is reduced the card covers the subject's face. Thanks! Link to comment
tuanphan Posted October 15, 2021 Share Posted October 15, 2021 On 10/14/2021 at 10:12 AM, travisandrew said: Hey there! I'm having the same issue as the OP but this code isn't fixing the image size. Could you take a look? You'll see the background image on the banner is responsive so when the window is reduced the card covers the subject's face. Thanks! Can you share site url? We can check easier travisandrew 1 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
travisandrew Posted October 15, 2021 Share Posted October 15, 2021 57 minutes ago, tuanphan said: Can you share site url? We can check easier Of course! Here you go: https://pigeon-maracas-9ccm.squarespace.com/ pw: happy2021 Let me know that you are able to view. Link to comment
travisandrew Posted October 19, 2021 Share Posted October 19, 2021 Hey @tuanphan were you able to view the site above? Appreciate any insight you may have! Link to comment
Beyondspace Posted October 19, 2021 Share Posted October 19, 2021 (edited) On 10/15/2021 at 1:14 PM, travisandrew said: Of course! Here you go: https://pigeon-maracas-9ccm.squarespace.com/ pw: happy2021 Let me know that you are able to view. You can try @media only screen and (max-width: 767px) { section[data-section-id="615df008e325c12851ac481a"] .slideshow-holder .slide-media-container img { height: auto !important; } } Let me know if it works properly on your site Support me by pressing 👍 if this useful for you Edited October 19, 2021 by bangank36 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Beyondspace Posted October 19, 2021 Share Posted October 19, 2021 My testing result BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
travisandrew Posted October 19, 2021 Share Posted October 19, 2021 6 hours ago, bangank36 said: My testing result I think that works! Thank you! 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