How to match featured image sizes in blog layout
How can we get our featured images to appear the same size?
The blog section:
has a youtube video, image, image. How can we match the featured image height for all 3 to be the same as the YT video?
Thanks,
Tony
Comments
if you want to change images sizes, you must play with add_image_size() functions under functions/theme-functions.php file. That's the only way to change images sizes.
Thanks!