home-big-thumbnal on mobile

This commit is contained in:
infeeeee
2019-10-04 15:51:52 +02:00
parent 86bc0e72b7
commit be6fc66034
3 changed files with 12 additions and 2 deletions

View File

@@ -13,6 +13,7 @@
<?php if (has_post_thumbnail()): // Check if Thumbnail exists ?>
<div class="thumbnailwrapper">
<?php the_post_thumbnail('single-thumbnail'); ?>
<?php the_post_thumbnail('home-big-thumbnail'); ?>
</div>
<?php endif;?>