/home/ntu100/www/wp-content/themes/flatsome/template-parts/posts/partials/entry-image.php
<?php
/**
 * Post-entry image.
 *
 * @package          Flatsome\Templates
 * @flatsome-version 3.16.0
 */

?>
<a href="<?php the_permalink();?>">
    <?php the_post_thumbnail('large'); ?>
</a>