Tried to create thumbnails for my gallery, pages/01.gallery, but i coudn’t make it work, is there anything wrong with my code ?
{% for portfolio in page.header.images %}
i thought page.media[portfolio.image].thumbnail(‘default’).display(‘thumbnail’).html(‘Sample Image’) }}
is sufficient to make a thumbnail, (didn’t find any documentation) and thanks, i followed your second method and it worked.