Thanks, I;m using the following code to display, does this look ok to you?
foreach ((array) $image as $id) { $colour = rwmb_meta( 'meta_image_colour', '', $id ); echo "$colour "; }
Good to know, thanks
Are you able to provide an exmaple on how to retrieve the media modal metabox on the front end?