Website Building » Squarespace » How Do I Make an Image Block a Full Bleed in Squarespace?

How Do I Make an Image Block a Full Bleed in Squarespace?

Last updated on December 23, 2022 @ 9:43 am

There are a few different ways to make an image block full bleed in Squarespace. One way is to add a custom CSS class to the image block. Another way is to use the background-size property.

To add a custom CSS class to the image block, go to the Block Settings panel and click on the Advanced tab. In the Custom CSS Class field, enter a class name of your choice.

In the CSS code, you can then use the following code to make the image full bleed:

PRO TIP: If you are not careful, making an image block full bleed in Squarespace can result in your image being cropped. Be sure to check the preview of your page before publishing to ensure that your image is not being cut off.

.classname {
width: 100%;
height: 100%;
}

If you want to use the background-size property, you can add the following code to the CSS code:

.classname {
background-size: cover;
}

The background-size property will make the image cover the entire element, making it full bleed.

Kathy McFarland

Kathy McFarland

Devops woman in trade, tech explorer and problem navigator.