Hi,
I’ve got an ACF Repeater field called ‘colours’.
Within this repeater are 2 custom fields. 1 is ‘colour_name’ and the other is ‘colour_image’.
I can use a dynamic content provider to return the images back to me when using
<img src='{{dc:looper:field key="colour_image"}}' >
However, I need to set the image size to be thumbnail that gets returned (150x150px).
I’ve read that it can be done by setting the image acf return format to ‘array’ instead of ‘image url’, but I can’t get it to return the proper image in the size that I want.
This is the page, and the thumbnails I want to use this on are just above the enquire button: https://www.matthewv13.sg-host.com/product/classic-fleecy/
Currently using image url as the return format as that’s the only way I can get it to work.
Please let me know how I can get these images returned at thumbnail size.
Cheers,
David