<?php $args = array( 'numberposts' => 1);?>
-<div id="home-feed-posts">
+
<?php
$lastposts = get_posts( $args );
$count = 0;
foreach($lastposts as $posts) : setup_postdata($posts); ?>
- <div class="home-feed-post text-center small-12 medium-4 columns medium-text-left" data-equalizer-watch>
+ <div class="home-feed-post text-center small-12 medium-4 columns medium-text-left block" data-equalizer-watch>
<div class="row">
<?php if (has_post_thumbnail( $posts->ID )) { ?>
- <div class="small-11 small-centered columns text-center home-feed-post-image">
- <?php echo get_the_post_thumbnail($posts->ID, array(190, 190), array('class' => 'blog-excerpt-img-wrap')); ?>
- </div>
+ <?php echo get_the_post_thumbnail($posts->ID, 'glm-block-image', array('class' => 'blog-excerpt-img-wrap')); ?>
<div class="small-12 medium-12 columns home-feed-post-content">
<?php } else { ?>
<div class="small-12 columns home-feed-post-content">