reduced the agenda thumbnail size

This commit is contained in:
Jorge vitrubio.net 2024-04-03 15:51:42 +02:00
parent 5d18708030
commit 2062871066
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
<figure class="xarxaprod-activitat-image">
<a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title(); ?>">
</a>
<img src="<?php echo get_the_post_thumbnail_url(); ?>" title="<?php the_title(); ?>" alt="imatge ilustra <?php the_title(); ?>" />
<?php the_post_thumbnail('medium');?>
</figure>
<?php } else { ?>
<figure class="xarxaprod-activitat-image">