Edit:
I changed
<?php the_post_thumbnail( 'medium', array( 'alt' => the_title_attribute( 'echo=0' ) ) ); ?>
To
<?php the_post_thumbnail( 'large', array( 'alt' => the_title_attribute( 'echo=0' ) ) ); ?>
But I dont think this should be the solution.
-
This reply was modified 3 years, 9 months ago by semirke.