Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #39736, comment 2


Ignore:
Timestamp:
02/03/2017 12:06:03 PM (9 years ago)
Author:
Girishpanchal
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #39736, comment 2

    initial v1  
    11Hi @mcky909, and welcome to Trac.
    22
    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/.
     3You 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/.
    44
    5 One more think that you will also use https://wordpress.org/plugins/regenerate-thumbnails/ Plugin which help to reduce image quality/size. 
     5One more think that you can use https://wordpress.org/plugins/regenerate-thumbnails/ Plugin which help to reduce image quality/size.