Hi,
I have a question before purchasing Metabox Group addon.
I want to create a separate gallery for the repeatable group.
Is it possible to get the "Image_advanced" array of data in the image using the Metabox Group Field? Ex;
array(
'ID' => 123,
'name' => 'logo-150x80.png',
'path' => '/var/www/wp-content/uploads/logo-150x80.png',
'url' => 'http://example.com/wp-content/uploads/logo-150x80.png',
'width' => 150,
'height' => 80,
'full_url' => 'http://example.com/wp-content/uploads/logo.png',
'title' => 'Logo',
'caption' => 'Logo caption',
'description' => 'Used in the header',
'alt' => 'Logo ALT text',
'srcset' => 'large.jpg 1920w, medium.jpg 960w, small.jpg 480w' // List of responsive image src, added in 4.8.0
'sizes' => array(), // List of image sizes. See http://codex.wordpress.org/Function_Reference/wp_get_attachment_metadata
'image_meta' => array(), // List of image meta. See http://codex.wordpress.org/Function_Reference/wp_get_attachment_metadata
)
Regards
UG