Adding a variant product image to the order confirmation email

Hello, I have a problem in my shopify store and I can’t solve it, can you please help me! so the problem is in the order confirmation email sent from shopify, the email show the image of the whole product (default image in the product page) and don’t show the variant image that the client chose so i got many emails from client and they thought that the order is wrong, how can i fix that?

Try this :

{{ line | img_url: ‘medium’ }}

Thanks

Did this solution work? Experiencing the same issue.

This worked for me, thank you!

In which place of the code do I need to make this change? Where can I find it?