Size featured image single blog post
-
Hi,
First of alle I would like to compliment you on the excellent theme you guys developed. We have bought your theme as a replacement of another theme with limited possibilties.
I was wondering if you could help me with the following issue I have. When I select a single blog post the featured image is set to a very small thumbnail (for example 70×60 px) instead of showing the large image. On the blog page itself the featured image is shown in the correct dimensions.
Please tell me what am I doing wrong.
Cheers!
Johan
Hello,
Thank you very much for your kind words.
It is strange that on your single blog post the smallest image size is loading. Did you make any changes in theme files? Try to edit file content.php
and replace the following line
<?php the_post_thumbnail(); ?>
with this
<?php the_post_thumbnail('full'); ?>
Regards
Hi,
Thx for your prompt reply. I did not make any changes in the theme files. Just downloaded and installed the files. Anyway the solution given did solve the issue 🙂
Thx!
Cheers
We are glad that you have found the solution 🙂
The topic ‘Size featured image single blog post’ is closed to new replies.