Hello,
This is the part of code, that works but displays only small thumbnail:
<div class="wp-block-column is-vertically-aligned-top" style="flex-basis:25%"> <figure class="wp-block-image size-large">{{ zdjecie_produktu }}</figure>
</div>
What I want to do, is use medium image - thats what I tried, but it does not work:
<div class="wp-block-column is-vertically-aligned-top" style="flex-basis:25%"> <figure class="wp-block-image size-large"><img src="{{ zdjecie_produktu.medium.url }}"></figure>
</div>
The field 'zdjecie_produktu' is just a regular 'Single Image' custom field, thumbnail size is set to 'Medium'. No other customizations are made.
As I mentioned, when I try to output the complete array, I just get '1' as the output.