Alba Posted May 3, 2020 Share Posted May 3, 2020 Site URL: https://albertorozco.co/ Please help! I created a blank page and added a gallery block on my Jasper Jin template page. I have made it as a homepage. albertorozco.co I am trying to make this page full bleed (full height and full width) on desktop, tablet, and mobile. I have a combination of landscape and portrait photos in the slideshow and they are set to automatically crop images to maintain a clean ratio. I dont want to use another template because Jasper provides all the page templates i require for my page. Is there a way to add custom css that will make this page full bleed (full height and full width) on desktop, tablet, and mobile. ? Thank you! Link to comment
tuanphan Posted May 4, 2020 Share Posted May 4, 2020 Add to Home > Design > Custom CSS .homepage .sqs-gallery-design-stacked-slide img { height: 100% !important; top: 0 !important; } 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
RHMNVFX Posted July 5, 2021 Share Posted July 5, 2021 Hi @tuanphan I am having the same problem with my website. The gallery wont full bleed, im not good with css. It wont bleed on mobile as well as on monitor. Maybe i did wrong css ccoding haha. rhmnvfx.com Link to comment
tuanphan Posted July 7, 2021 Share Posted July 7, 2021 On 7/5/2021 at 3:18 PM, RHMNVFX said: Hi @tuanphan I am having the same problem with my website. The gallery wont full bleed, im not good with css. It wont bleed on mobile as well as on monitor. Maybe i did wrong css ccoding haha. rhmnvfx.com Hi. It looks like you solve this? 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
RHMNVFX Posted July 11, 2021 Share Posted July 11, 2021 (edited) @tuanphan Hi apologies. I changed the homepage back. Its still not solved as I used the gallery page instead of an index page. Thanks! The current homepage isnt the full bleed. Rhmnvfx.com Edited July 11, 2021 by RHMNVFX insert additional info Link to comment
tuanphan Posted July 13, 2021 Share Posted July 13, 2021 On 7/12/2021 at 3:34 AM, RHMNVFX said: @tuanphan Hi apologies. I changed the homepage back. Its still not solved as I used the gallery page instead of an index page. Thanks! The current homepage isnt the full bleed. Rhmnvfx.com Add to Design > Custom CSS /* Home gallery */ body.homepage main#page { width: 100% !important; padding-left: 0 !important; padding-right: 0 !important; max-width: 100% !important; } 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
CesO Posted August 23, 2022 Share Posted August 23, 2022 (edited) On 5/5/2020 at 12:35 AM, tuanphan said: Add to Home > Design > Custom CSS .homepage .sqs-gallery-design-stacked-slide img { height: 100% !important; top: 0 !important; } Hey @tuanphan I adapted this code so I can try to get a full vh gallery slideshow block that bleeds to the above the nav. Inititally, I put a gallery slideshow block on the first index but the nav was a solid bar. So I've added this code: section[data-section-id="6304df38e2df4f3fe362be8b"] { height: 80vh!important; top: 0 !important; } Issues: I wanted to do 100vh but the captions were getting cut off; The entire block doesn't seem to be 100vh responsively; The section seems to jitter the proportions of the block (sometimes looking panoramic, then jumping to 100vh in the next image. Site: https://eightmonroe.squarespace.com/stylesheet (Sqsp 7.1)Pw: HelpMe! Is there a better way to do this? Edited August 23, 2022 by OldLadyStudio 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