Shopify themes, liquid, logos, and UX
HI,
How could I make all the images always have the size of 900x1200 in the product sheet automatically? I don't know what the code would be like
My theme is Studio 4.0.1
thanks
Hi @arg99
In order to fulfill your request, please follow these steps
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above </head>
{% style %}
{% if template.name == "product" %}
img{
width: 900px !important;
height: 1200px !important;
}
{% endif %}
{% endstyle %}
I hope this helps
Best,
Daisy
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025