<?php $image = wp_get_attachment_image_src(get_sub_field('image','5'), 'full'); ?> <img src="<?php echo $image[0]; ?>" />