Changes between Initial Version and Version 1 of Ticket #39736, comment 2
- Timestamp:
- 02/03/2017 12:06:03 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #39736, comment 2
initial v1 1 1 Hi @mcky909, and welcome to Trac. 2 2 3 You need to check set_post_thumbnail_size( $width, $height, $crop ); on you functions.php file and update size according to your requirement. If you have a custom image field then you need to update image size using https://developer.wordpress.org/reference/functions/add_image_size/.3 You need to check set_post_thumbnail_size( $width, $height, $crop ); on your active theme functions.php file and update size according to your requirement. If you have a custom image field then you need to update image size using https://developer.wordpress.org/reference/functions/add_image_size/. 4 4 5 One more think that you will alsouse https://wordpress.org/plugins/regenerate-thumbnails/ Plugin which help to reduce image quality/size.5 One more think that you can use https://wordpress.org/plugins/regenerate-thumbnails/ Plugin which help to reduce image quality/size.