Shopify themes, liquid, logos, and UX
Could anyone help me with making blog posts have a square image that is not cropped?
I'm able to change settings to do this with products, but not blog posts.
I'm using the 'Dawn' theme, but I'd also like to know how to do this with the 'Publisher' theme.
My website is LoversAudio if that helps.
Solved! Go to the solution
This is an accepted solution.
Hi @LoversAudio
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
.article-card-wrapper .card__inner.color-scheme-5.gradient.ratio {
width: 100%;
max-width: 100%;
aspect-ratio: 1;
overflow: hidden;
}
</style>
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
loversaudio.com
Hi @LoversAudio
would you like to share your blog page URL.
so i can check and provide you possible solution for your question.
loversaudio.com
This is an accepted solution.
Hi @LoversAudio
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
.article-card-wrapper .card__inner.color-scheme-5.gradient.ratio {
width: 100%;
max-width: 100%;
aspect-ratio: 1;
overflow: hidden;
}
</style>
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Perfect! Thank you!
Learn 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, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025