You can access images from the images
array by their filename.
{{ images['potions-header.png'] | image_url: width: 300 | image_tag }}
{{ images['potions-header.png'] | image_url: width: 300 | image_tag }}
Output
<img src="//polinas-potent-potions.myshopify.com/cdn/shop/files/potions-header.png?v=1650325393&width=300" alt="" srcset="//polinas-potent-potions.myshopify.com/cdn/shop/files/potions-header.png?v=1650325393&width=300 300w" width="300" height="173" style="object-position:1.9231% 9.7917%;">
Was this section helpful?