Hi there!
I just learned how to customize gift card image, and having a problem.
I was able to change the image successfully, however image of gift card appears blurry in preview page, tho it showing up sharp in notification email.
I’ve tried to different size of image - recommend size from shopify 950x550, small 500x300, large 5000x3000, and even tried different format - jpg, png. But I’m not able to make the image clear.
This is how my preview page looks like with code: <img src=“{{ ‘esby-gift-card3.jpg’ | asset_img_url: 1024x1024 }}” alt=width=“500” height=“300”>
and
this is what it looks like if I use code: <img src=“{{ ‘esby-gift-card3.jpg’ | asset_img_url: 1024x1024 }}” alt=“”">
Can anyone help me with this?