Guest Posted March 23, 2020 Share Posted March 23, 2020 I'm having some issues with my images not filling the image block space in full. They are set up on 'poster' layout mode which doesn't have a 'stretch' option, so the sizes are all over the place - especially in tablet/mobile format. I have used some CSS to make the images have a colour/text overlay upon hover. Was all working fine for weeks however, this issue has just arisen today. SquareSpace help couldn't figure it out so have sent to technical department for investigation, but no idea how long that would take and no guarantee of a fix. I need to launch website ASAP. Any help/advice would be massively appreciated! Thanks. Link to comment
jhartzell Posted March 23, 2020 Share Posted March 23, 2020 I'm having the same issue with poster mode. Link to comment
tuanphan Posted March 23, 2020 Share Posted March 23, 2020 Can you share link to page where you use poster? 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
Guest Posted March 23, 2020 Share Posted March 23, 2020 My site isn't live yet - how can I send you a link? Will you need login details to access it? Link to comment
derricksrandomviews Posted March 23, 2020 Share Posted March 23, 2020 Link to site and site password. You can change that at any time. Do not post your account information. We are not sure exactly what is going on, but many sites are experiencing the same poster issue, and or buttons under a poster changing size. Link to comment
Guest Posted March 23, 2020 Share Posted March 23, 2020 https://octopus-bamboo-dtzk.squarespace.com/config/ This is the site I'm working on and the problem is on the 'work' page in the subheadings on the homepage. I have several image blocks set up on this page and they are all in poster mode. Thanks Link to comment
RyeBallet Posted March 24, 2020 Share Posted March 24, 2020 We're having the same issue. We haven't changed anything in months but today many images on the site have been re-sized. Most problematic are the image buttons on our welcome page, which are now improperly sized and have gray borders, similar to the poster above. This isn't a user design issue, this is a Squarespace issue. www.ryeballet.com Link to comment
Guest Posted March 24, 2020 Share Posted March 24, 2020 I wonder if they'll be working on a fix at their end if it appears to have happened across many sites... not ideal!! Link to comment
gfsound Posted March 24, 2020 Share Posted March 24, 2020 I'm having the same problem. I didn't change anything, and yet nothing on my home page is working now. It displays as it should in the editor but doesn't display in any web browser as it should. Link to comment
RyeBallet Posted March 24, 2020 Share Posted March 24, 2020 same, it displays in the editor properly but not in any browser. Link to comment
tanbudaiyan Posted March 26, 2020 Share Posted March 26, 2020 I'm also having the same issue with poster images, on a website that is definitely NOT new. Glad to know it's not just me! https://thecompassandkey.com/travel-guides-for-wandering I'm following this thread with the hope that it's resolved soon. Has anyone heard from Squarespace? I haven't seen anything on their Twitter feed. Link to comment
tuanphan Posted March 26, 2020 Share Posted March 26, 2020 16 minutes ago, tanbudaiyan said: I'm also having the same issue with poster images, on a website that is definitely NOT new. Glad to know it's not just me! https://thecompassandkey.com/travel-guides-for-wandering I'm following this thread with the hope that it's resolved soon. Has anyone heard from Squarespace? I haven't seen anything on their Twitter feed. Add to Home > Design > Custom CSS @media screen and (max-width:640px) { div#page-5798e721893fc0eaedeef5ec .design-layout-poster img { left: 0 !important; top: 0 !important; height: 100%; } } 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
tanbudaiyan Posted March 26, 2020 Share Posted March 26, 2020 1 hour ago, tuanphan said: Add to Home > Design > Custom CSS @media screen and (max-width:640px) { div#page-5798e721893fc0eaedeef5ec .design-layout-poster img { left: 0 !important; top: 0 !important; height: 100%; } } Thanks so much! My apologies, it seems to be happening on all pages with poster images, so is there a way to insert this code to apply to the entire site? Link to comment
tuanphan Posted March 27, 2020 Share Posted March 27, 2020 14 hours ago, tanbudaiyan said: Thanks so much! My apologies, it seems to be happening on all pages with poster images, so is there a way to insert this code to apply to the entire site? Edit above code to @media screen and (max-width:640px) { .design-layout-poster img { left: 0 !important; top: 0 !important; height: 100%; } } 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
Archived
This topic is now archived and is closed to further replies.