Jump to content

Images not filling block in 'Poster' mode

Recommended Posts

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.

Screen Shot 2020-03-23 at 11.51.39.png

Link to comment
  • Replies 13
  • Views 1.7k
  • Created
  • Last Reply

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
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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
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
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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.