Hello imandyjat,
Sorry for late reply,
You can write the following code in your template where you want to display:
<?php if( class_exists('Dynamic_Featured_Image') ) {
global $dynamic_featured_image;
$featured_images = $dynamic_featured_image->get_featured_images( )
}
?>
<img src="<?php echo $featured_images[0]['full'];?>" />
?>
Thanks