Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi,
I'm trying to change the size of a product page image in Shopify Horizon theme.
Can somebody help me?
Hey @ottenniels,
Could you please share the store url and password [if applicable] so that I take a look and provide you solution code.
Thanks
Hey @ottenniels,
Thanks for sharing the store URL. I found that this issue can be fixed by using the square image [eg. 1000px by 1000px].
The current one images are not in square. Please share collab code in the p/m so that I make all product images square.
If I provide you code the these images will stretched.
Waiting to hearing back.
3097
Hi @ottenniels did you able to resolve the issue with the solution provided by @The_ScriptFlow ?
If not, you can try with custom css as well. Here is the code for this. Please follow the steps.
Thanks!
.product-information__media slideshow-slide .product-media{
height: 60vh;
}
Hey! @ottenniels,