How do you make images smaller on squarespace?

To make images smaller on Squarespace, you can use HTML to adjust the size of the images. Here is a step-by-step guide on how to do this: 1. Login to your Squarespace account and navigate to the page where you want to resize the images. 2. Locate the specific image that you want to make smaller. 3. Click on the image to select it and then click on the Edit button that appears. 4. In the image editing window, locate the Size dropdown menu and select the desired size for the image. 5. If you want to further customize the size of the image, you can also use HTML to adjust the width and height attributes. Here's an example of how you can make an image smaller using HTML: ```html Image description ``` 6. In the above code snippet, you can adjust the values of the width and height attributes to make the image smaller or larger as needed. 7. Once you have made your desired changes, click on the Apply button to save the changes to the image. 8. Preview the page to see the resized image in action. By following these steps and using HTML to adjust the size of the images, you can make images smaller on Squarespace with ease.