Willo1
July 30, 2021, 2:53am
1
Hi,
I’m using the boundless theme and I’m trying to resize the product image so it does not stretch the entire page? Ideally I would prefer the image to sit square with the text, however just a smaller image at the top of the page will suffice.
Does anyone know if this is possible please?
Website for reference: https://stratagy-property-services.myshopify.com/products/b706-359-illawarra-road-marrickville
Thank you in advance.
1 Like
@Willo1
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community!
Thanks for your good question.
your store password protect can you please share us
I will check out the issue and provide you a solution here.
1 Like
Willo1
July 30, 2021, 4:53am
3
Thank you @KetanKumar .
Apologies, here is a screenshot:
As the image is responsive, it looks good when resized to a phone view, however when on desktop view it is far too large.
Any advice would be much appreciated.
1 Like
@Willo1
thanks for update
can you please provide store url so i will check and guide you.
1 Like
Willo1
August 2, 2021, 4:26am
5
1 Like
@Willo1
thanks For URL, can you please try this code
Go to Online Store->Theme->Edit code
Asset->/theme.scss.liquid ->paste below code at the bottom of the file.
.product__photo {
max-width: 768px;
margin: 0px auto;
float: none;
}
1 Like
Willo1
August 4, 2021, 3:47am
7
Thank you @KetanKumar .
Unfortunately it didn’t change the image size.
1 Like
please try below code in theme.css file
.product__photo–single img {
height: 750px;
}
.product.grid.grid–uniform.grid–no-gutters {
height: 750px;
}
if my answer is worked then please give mark as This is an accepted solution.
Willo1
August 4, 2021, 7:00am
9
Thank you @Denishamakwana , unfortunately this didn’t work either. Perhaps it cannot be amended.
Thanks for your attempt in any case.
@Willo1
sorry but i can’t see above code where did you added this?
1 Like