Shopify themes, liquid, logos, and UX
Hi all
Working on a new template but never had this issue working with the same template.
Uploading the logo gives me the following error message
Aspect ratio must be between 100:1 and 1:100
Google isn't helping me here. Any help would be great.
Thanks
Hi @Pnutty
The error message indicates that the logo's aspect ratio must be between 100:1 and 1:100. This means the width-to-height ratio must fall within that range. To fix it:
Make sure the ratio (width/height or height/width) falls between 100:1 and 1:100, meaning it should not be extremely wide or tall compared to the other dimension.
If you have other questions, I will also answer them.
Best regards,
Daisy
What are some examples of ratio sizes between 100:1 and 1:100? I changed the ratio soooooo many times and I''m still getting the same error.
Same here; have you solved it?
Open the SVG file with any text editor or notepad, add pixel dimension
from this:
<svg [...] viewBox="0 0 XXX ZZZ" [...]
</sv
To this:
<svg [...] viewBox="0 0 XXX ZZZ" width="XXXpx" height="ZZZpx" [...]>
</sv
A 100:1 ratio means the width is 100 times greater than the height — extremely wide and narrow. for example 1000 × 10 pixels
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025