I have a page collection that provides an image in the collection header (has been uploaded through the admin panel directly to the page). I want to cropResize() this image but I do not get it to work. My code:
{% for product in categ.collection %}
{% set prdimage = product.media.images[product.header.image] %}
{{prdimage.cropResize(100,100).html()}}
{% endfor %}