Skip to content

Commit

Permalink
output full post thumbnail on post page
Browse files Browse the repository at this point in the history
  • Loading branch information
christophery committed Jun 5, 2020
1 parent e545471 commit 3b68ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template-parts/content-single.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<?php if ( has_post_thumbnail() ) { ?>
<figure class="post-full-image">
<?php the_post_thumbnail('medium_large',array('class' => 'feature_image')); ?>
<?php the_post_thumbnail('full',array('class' => 'feature_image')); ?>
</figure>
<?php } ?>

Expand Down

0 comments on commit 3b68ef3

Please sign in to comment.