Resizing images when using php get_template_part
-
Hi,
I am playing around with a template, but it shows my featured images at full size. Not something I am very pleased with. In the template they pull in the images using:
<?php get_template_part( 'featured', 'image' ); ?>
My question is, how can I resize the images if above a maximum size so I can upload pictures that are bigger without needing to resize every time?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Resizing images when using php get_template_part’ is closed to new replies.