Needing some assistance to make my custom gift card image not blurry? The .png file is large, 12.95MB but it still always seems to be blurry in the notification the customer will receive. I’ve tried different file sizes. Using theme Yuva. Thank you so much for any tips.
Topic summary
A user encountered blurry gift card images in customer email notifications despite uploading a large 12.95MB PNG file. The issue persisted across different file sizes while using the Yuva theme.
Solution Found:
- The problem was related to Shopify’s
file_img_urlLiquid filter, which defaults to rendering images at 100x100px (‘small’ size) - By modifying the filter to specify ‘large’ size instead of the default, the blurriness was resolved
Resolution: Issue solved. The user successfully implemented the size parameter adjustment and confirmed the fix worked.
1 Like
By default, the
file_img_urlfilter returns thesmallversion of the image (100 x 100 px). However, you can specify a size.
1 Like


