Image Size Connection

Support MB Beaver Builder Integration Image Size Connection

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #17043
    Mark TenneyMark Tenney
    Participant

    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
                ),
Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.