Hi,
I got a Solution to this,
Just we need to add the following lines in post_loop_template.php,
for thumbnail,
<div class=”featured-image”>
<?php the_post_thumbnail( ‘thumbnail’ ); ?>
</div>
for full size,
<div class=”featured-image”>
<?php the_post_thumbnail( ‘full’ ); ?>
</div>