Change featured image aspect ratio to 1:1
-
All the featured images I’m using on this website
https://www.mort-ale.it/articoli/
are SQUARE, and I would like them to keep that 1:1 ratio everywhere – in particular of course on the single post title area.I’ve searched the forum to find a solution, but have found nothing so far.
I’m using a child theme and I have tried adding this to function.php (I changed the value in bold):set_post_thumbnail_size( 672, <strong>672</strong>, true ); add_image_size( 'twentyfourteen-full-width', 1038, <strong>1038</strong>, true );
help anyone?
- The topic ‘Change featured image aspect ratio to 1:1’ is closed to new replies.