single thumbnail, youtube

This commit is contained in:
infeeeee
2019-09-11 15:27:59 +02:00
parent 98665b9e9a
commit ce39fbe8eb
6 changed files with 10 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
<!-- post thumbnail -->
<?php if (has_post_thumbnail()): // Check if Thumbnail exists ?>
<div class="thumbnailwrapper">
<?php the_post_thumbnail(); // Fullsize image for the single post ?>
<?php the_post_thumbnail('single-thumbnail'); ?>
</div>
<?php endif;?>