Trying to get the image correctly sized.
?>
<div id="<?php the_ID(); ?>" class="text-center small-12 medium-4 columns large-text-left glm-block">
- <a href="<?php echo get_permalink($id); ?>">
- <img class="child-image" src="<?php echo $image_data[0]; ?>" />
+ <a class="glm-block-title" href="<?php echo get_permalink($id); ?>">
+ <img src="<?php echo $image_data[0]; ?>" />
</a>
<a class="glm-block-title" href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><h1><?php the_title(); ?></h1></a>
</div>