Jump to content

Changing all Blog images sizes

Recommended Posts

Posted (edited)
41 minutes ago, Michelle777 said:

This is the config URL, is this one of the pages you want to change the images on?

https://grouse-piano-4c9y.squarespace.com/blog/2017/08/19/wealthology-insider-mail-49

Edited by Ziggy

Please like and upvote if my comments were helpful to you. Cheers!

Zygmunt Spray
Squarespace Website Designer
Contact me: 
https://squarefortytwo.com 
Hire me on Upwork!

🔌 Ghost Squarespace Plugins (Referral link)
📈 SEO Space (Referral link)
 SquareWebsites Plugins (Referral link)
 🔲 SQSP Themes (Referral link) 
Spark Plugin (Referral link) 
 🖼️ Gallery Lightbox Plugin (Referral link) 

 Did I help? Buy me a coffee?

Link to comment

You can add this Custom CSS to set a maximum width for the blog articles, which will make the images smaller:

// max width for blog articles
.blog-item-wrapper {
    max-width: 800px;
}

 

Please like and upvote if my comments were helpful to you. Cheers!

Zygmunt Spray
Squarespace Website Designer
Contact me: 
https://squarefortytwo.com 
Hire me on Upwork!

🔌 Ghost Squarespace Plugins (Referral link)
📈 SEO Space (Referral link)
 SquareWebsites Plugins (Referral link)
 🔲 SQSP Themes (Referral link) 
Spark Plugin (Referral link) 
 🖼️ Gallery Lightbox Plugin (Referral link) 

 Did I help? Buy me a coffee?

Link to comment
22 minutes ago, Michelle777 said:

That shrinks the width but the images that are portrait are still really long.  Is there a way to target the image height?  

I hope this has the desired effect for you, it may be too sweeping a change, but add to CSS and let me know!

// Blog image height limit
.blog-item-wrapper {
  .image-block-outer-wrapper.animation-loaded {
    max-height: 400px;
  }
  .sqs-block-image .image-block-outer-wrapper:not(.image-block-v2) .image-block-wrapper img {
    max-height: 400px;
  }
}

 

Please like and upvote if my comments were helpful to you. Cheers!

Zygmunt Spray
Squarespace Website Designer
Contact me: 
https://squarefortytwo.com 
Hire me on Upwork!

🔌 Ghost Squarespace Plugins (Referral link)
📈 SEO Space (Referral link)
 SquareWebsites Plugins (Referral link)
 🔲 SQSP Themes (Referral link) 
Spark Plugin (Referral link) 
 🖼️ Gallery Lightbox Plugin (Referral link) 

 Did I help? Buy me a coffee?

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • 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.