image.php
305 Bytes
<?php
/**
* This template can be overridden by copying it to yourtheme/video-conferencing-zoom/fragments/image.php.
*
* @author Deepen Bajracharya
* @since 3.0.0
* @version 3.0.0
*/
global $zoom;
?>
<div class="deepn-zvc-single-featured-img">
<?php the_post_thumbnail(); ?>
</div>