reduced the agenda thumbnail size
This commit is contained in:
parent
5d18708030
commit
2062871066
|
@ -22,7 +22,7 @@
|
||||||
<figure class="xarxaprod-activitat-image">
|
<figure class="xarxaprod-activitat-image">
|
||||||
<a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title(); ?>">
|
<a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title(); ?>">
|
||||||
</a>
|
</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>
|
</figure>
|
||||||
<?php } else { ?>
|
<?php } else { ?>
|
||||||
<figure class="xarxaprod-activitat-image">
|
<figure class="xarxaprod-activitat-image">
|
||||||
|
|
Loading…
Reference in New Issue