Hello,
can someone tell me how I can make these images smaller which I added with the following code:
Thank you!
My website: aliudclothing.com
A user is seeking help to reduce the size of images added to their Shopify store using HTML code. They’ve implemented a custom div with display:flex containing multiple image elements but need guidance on making these images smaller.
Current Implementation:
<div class="custom_info" style="display:flex;"><img src=""> tags from Shopify CDNIssue:
The images are displaying at their full size and need to be resized.
Potential Solutions:
This typically requires adding CSS width/height properties either inline (e.g., style="width: 100px;") or through stylesheet rules targeting the image elements or parent container.
The discussion remains open with no responses yet. The user has tagged it with CSS, HTML, and product-page related topics, indicating they’re working on customizing their Shopify theme’s product display.
Hello,
can someone tell me how I can make these images smaller which I added with the following code:
Thank you!
My website: aliudclothing.com