CodeHQ

Alt tags on images that use custom fields

$image = get_field('case_tile_image');

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