sss
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -48,7 +48,7 @@ $carousel_style = get_field('carousel_style'); | ... | @@ -48,7 +48,7 @@ $carousel_style = get_field('carousel_style'); |
| 48 | <?php $image = get_sub_field('image'); ?> | 48 | <?php $image = get_sub_field('image'); ?> |
| 49 | <div class="row"> | 49 | <div class="row"> |
| 50 | <div class="col-lg-4 col-md-12 promo-image" > | 50 | <div class="col-lg-4 col-md-12 promo-image" > |
| 51 | <?php $image = get_the_post_thumbnail_url( $page->ID, 'large', array('class' => 'no-lazy-load') ); ?> | 51 | <?php $image = get_the_post_thumbnail_url( $page->ID, 'medium', array('class' => 'no-lazy-load') ); ?> |
| 52 | <img src="<?php echo $image; ?>" alt="" loading="eager"> | 52 | <img src="<?php echo $image; ?>" alt="" loading="eager"> |
| 53 | </div> | 53 | </div> |
| 54 | <div class="col-lg-8 col-md-12"> | 54 | <div class="col-lg-8 col-md-12"> | ... | ... |
-
Please register or sign in to post a comment