I'm using Portfolio Grid, I need that all thumbnail would be 200x200px, although the photos have magnified with different sizes, I need thumbnail 200x200px resized and cropped. How to do?
all images sizes can be changed under functions/theme-shortcodes.php file where add_image_size() functions are. After this change, you need to use Force Regenerate Thumbnails plugin as well.
Comments
all images sizes can be changed under functions/theme-shortcodes.php file where add_image_size() functions are. After this change, you need to use Force Regenerate Thumbnails plugin as well.