Hello,
I use an ACF gallery to generate an image slider with Cornerstone. The ACF field returns a array.
The images are displayed in the background of each slide.
I would like to be able to load a specific image size. I tried to create the looper provider like this: {{dc:acf:post_field field=“gallery_field_name” sizes=“custom_image_size”}}, but it is always the original image that is loaded.
How can we choose to load a specific image format?
Thanks in advance for your feedback.