All things Shopify and commerce
Hey guys,
I am using metafilds in a custom liquid to put custom texts on product descriptions. However, I have a problem with image alignment. It fits perfectly with the desktop, but on mobile it is formatted without formatting. Can anyone help me?
My site is: www.smartcasashop.com.br/products/new-mini-heater-household-small-heat-blower-desktop-office-portabl...
The custom code I'm using is:
<img style="display: block; margin-left: auto; margin-right: auto; width: auto" src={{product.metafields.custom.imagem_problema_solu_o | img_url: '800x'}}>
Desktop
Mobile
Solved! Go to the solution
This is an accepted solution.
Hi, you should add max-width to your code, try this one:
<img style="display: block; margin-left: auto; margin-right: auto; width: auto; max-width: 100%;" src={{product.metafields.custom.imagem_problema_solu_o | img_url: '800x'}}>
This is an accepted solution.
Hi, you should add max-width to your code, try this one:
<img style="display: block; margin-left: auto; margin-right: auto; width: auto; max-width: 100%;" src={{product.metafields.custom.imagem_problema_solu_o | img_url: '800x'}}>
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024