In a Cornerstone Single Layout I am using an ACF image type field as the source for an image element, like this:
{{dc:acf:post_field field="project_description_ft_image"}}
This works, but it returns the full size image. I need to be able use a specific size. I tried using the developer tools and adding this to the image_src:
{{dc:acf:post_field field="project_description_ft_image" key="sizes.tablet-squared"}}
But that did not work. Is there a way to use a specific size of image in Cornerstone? I know I can do this when looping over a gallery field. But not on a single image? Am I missing something?
I remember a while back someone mentioning that there was a way to use the dev console in Cornerstone to specify the image size of a featured image, but I can’t remember the method. Looking in the dev console now, I’m not sure which field I would edit or how.
Thanks for your help.