Update class on image anchor
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 31 Oct 2017 15:27:14 +0000 (11:27 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 31 Oct 2017 15:27:14 +0000 (11:27 -0400)
For image size

sections/landing-page.php

index 1612603..9b4ffd8 100644 (file)
@@ -56,7 +56,7 @@
                ?>
 
                 <div id="<?php the_ID(); ?>" class="text-center small-12 medium-4 columns large-text-left glm-block">
-                       <a class="glm-block-title" href="<?php echo get_permalink($id); ?>">
+                       <a class="glm-block-image" 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>