>
';
echo $abdum_video_html;
echo '';
}
} elseif ( has_post_thumbnail() ) {
echo '';
if ($abdum_style == 'masonry-style' ) :
the_post_thumbnail( 'abdum_masonry_thumbnail', array( 'alt' => get_the_title(), 'itemprop' => "image"));
else :
the_post_thumbnail( 'post-thumbnail', array( 'alt' => get_the_title(), 'itemprop' => "image"));
endif;
echo '';
}
?>