current_post ) { the_post_thumbnail( $thumbnail_size, array( 'class' => 'skip-lazy', 'alt' => the_title_attribute( array( 'echo' => false, ) ), ) ); } else { the_post_thumbnail( $thumbnail_size, array( 'alt' => the_title_attribute( array( 'echo' => false, ) ), ) ); } ?>