Displaying shortcode content inside custom field without images

No need to deal with the content, use the do_shortcode function directly on your metadata:

echo do_shortcode( $your_meta_data );