<div class="small-12 medium-4 columns small-text-center action-item">
<a><img src="<?php bloginfo('template_url'); ?>/assets/email-signup.jpg"></a>
</div>
- <div class="small--12 columns small-center text-center">
- <a id="big-lens"><h1>#DiscoverKZoo</h1></a>
+ <div class="small-12 columns small-center text-center">
+ <a href="http://discoverkzoo.discoverkalamazoo.com" id="big-lens"><h1>#DiscoverKZoo</h1></a>
</div>
</div>
</div>
$image_data = wp_get_attachment_image_src(get_post_thumbnail_id(), "full");
echo ' style="background-image: url('.$image_data[0].');height:300px;padding:0;padding-bottom:300px;background-position:center center;background-size: 100% 100%;background-repeat:no-repeat;max-height: 300px; "';
} else {
- echo ' style="background-image: url('.get_template_directory_uri().'/assets/stay.jpg);height:300px;padding:0;padding-bottom:300px;background-position:center center;background-size: 100% 100%;background-repeat:no-repeat;max-height: 300px;"';
+ echo ' style="background-image: url('.get_template_directory_uri().'/assets/stay.jpg);height:300px;padding:0;padding-bottom:300px;background-position:center center;background-size: cover;background-repeat:no-repeat;max-height: 300px;"';
echo ' class="no-featured"';
}
echo '>';