082a78eb by Jeff Balicki

sss

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent f5eef36a
......@@ -48,7 +48,7 @@ $carousel_style = get_field('carousel_style');
<?php $image = get_sub_field('image'); ?>
<div class="row">
<div class="col-lg-4 col-md-12 promo-image" >
<?php $image = get_the_post_thumbnail_url( $page->ID, 'large', array('class' => 'no-lazy-load') ); ?>
<?php $image = get_the_post_thumbnail_url( $page->ID, 'medium', array('class' => 'no-lazy-load') ); ?>
<img src="<?php echo $image; ?>" alt="" loading="eager">
</div>
<div class="col-lg-8 col-md-12">
......