|
@@ -18,7 +18,7 @@ if ( empty( $featured ) )
|
|
|
<div class="hero-content-wrapper">
|
|
|
<a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>">
|
|
|
<?php if ( dara_has_post_thumbnail() ) { ?>
|
|
|
- <?php the_post_thumbnail( 'dara-hero-thumbnail' ); ?>
|
|
|
+ <?php the_post_thumbnail( 'dara-hero-thumbnail', array( 'class' => 'skip-lazy' ) ); ?>
|
|
|
<?php } else { ?>
|
|
|
<div class="thumbnail-placeholder"></div>
|
|
|
<?php } ?>
|