hybrid
8/14/2018 - 8:52 AM

ACF - Image with custom size

<?php
$attachment_id = get_field('');
$size = '';
$image = wp_get_attachment_image_src( $attachment_id, $size );
?>

<img alt="" src="<?php echo $image[0]; ?>" />