no crop banner events
This commit is contained in:
@@ -41,7 +41,7 @@
|
|||||||
|
|
||||||
<?if ( has_post_thumbnail() ) :?>
|
<?if ( has_post_thumbnail() ) :?>
|
||||||
<div id="event-img">
|
<div id="event-img">
|
||||||
<img class="img-fluid rounded" width="198" src="<?php echo get_the_post_thumbnail_url(null, 'subscripts');?>" alt="<?the_title();?>">
|
<img class="img-fluid rounded" width="198" src="<?php echo get_the_post_thumbnail_url(null, 'full');?>" alt="<?the_title();?>">
|
||||||
</div>
|
</div>
|
||||||
<?endif?>
|
<?endif?>
|
||||||
<div class="fulltext"><?the_content();?></div>
|
<div class="fulltext"><?the_content();?></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user