Home › Forums › Theme support › Images in person grid not responsive › Reply To: Images in person grid not responsive
Hi,
it’s not working because the image size is customizable, see WP admin -> Appearance -> Theme Options -> Image Sizes -> Thumbnails.
If you want, you can remove this function if you remove the tag in the file “person-entry.php” on line 24 and replace it with the new WordPress responsive image function, here is a little tutorial:
https://make.wordpress.org/core/2015/11/10/responsive-images-in-wordpress-4-4/
But in this case you’ll lose the customizable image size.