WPBB ACF image shortcode returns thumbnail (150x150) url of the image

Hi,

I’m trying to customize the layout of the Posts module. I’m using ACF plugin and I have an image field that I want to show by using this

[wpbb post:acf type='image' name='house_design']

But his shortcode returns the thumbnail version of the image. I want to use the full size. I tried adding size attribute on the shortcode but it doesn’t work.

Hi,

When adding the field you should be given the option to choose the image size.

CloudApp

With the output HTML looking something like this:

[wpbb post:acf type='image' name='acf_img_field' image_size='full']
1 Like

Thanks, @Danny!

I was using the size attribute, not the image_size. It works now.