Hi!
I’ve tried to use the same image size for all photos for my blog posts and they all end up looking different, both in the posts and on the home page. How do I make them all even? Thank you!
Hi!
I’ve tried to use the same image size for all photos for my blog posts and they all end up looking different, both in the posts and on the home page. How do I make them all even? Thank you!
Sorry for facing this issue, it’s my pleasure to help us.
Welcome to the Shopify community!
and Thanks for your Good question. ![]()
Please share your site URL,
So I will check and provide a solution here.
hello @vivavivet
Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.
thanks for URL try this code
.article__list-image-wrapper {
max-width: 100% !important;
}
.article__list-image {
max-width: 100% !important;
max-height: 100% !important;
}
In your Shopify Admin go to: online store > themes > actions > edit code.
Find Asset > theme.scss.liquid and paste this at the bottom of the file.
.article__list-image-wrapper {max-width: 100% !important;}
.article__list-image {max-width: 100% !important; max-height: 100% !important;}
Hope this work
Thanks!
Thank you both!
This did work - the images are quite large, even after changing to “grand”. Is there any way to make them slightly smaller?
I also had one more question about the photos on the home page. There is a preview at the bottom near the footer that shows a specific blog section. All of these photos are different sizes as well. Is there any way to align them all so it looks neat and tidy?
Thank you again!