Hi all, there’s a way to auto resize the metafield image for mobile? I would like to use a bigger image for desktop and automatically resize it for mobile.
Sense 2.0 8.0.0
Users are seeking a method to automatically resize metafield images differently for desktop and mobile devices.
Current Challenge:
Desired Outcome:
Status: The discussion remains open with no solution provided yet. Both users are actively looking for implementation guidance on making metafield images responsive across devices.
Hi all, there’s a way to auto resize the metafield image for mobile? I would like to use a bigger image for desktop and automatically resize it for mobile.
Sense 2.0 8.0.0
I’m looking for a solution here as well. currently using:
{% assign image_url = product.metafields.custom.hypergalactic_size_charts %}
{% if image_url != blank %}
{% endif %}
But this does not resize for mobile and keeps the original size for both desktop and mobile. would like to have it at a fixed size i.e. 350px length and then downsize on mobile to fit screen.