Hey there! I'm using an image field on a settings page to connect an a image MB field to a Beaver Builder photo module.
I can select the image fine and the field works...but it only returns the thumbnail and doesn't give an option to select the image size output.
Here's the array just for this image.
array (
'id' => $prefix . 'single_image_test',
'type' => 'single_image',
'name' => esc_html__( 'Single Image' ),
'link' => true,
'image_size' => 'large', //Just the settings area size I guesss
),