Title: Resizing thumbnails
Last modified: August 21, 2016

---

# Resizing thumbnails

 *  Resolved [mprins](https://wordpress.org/support/users/mprins/)
 * (@mprins)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/resizing-thumbnails-3/)
 * I’m probably an idiot, but i’ve read all the above topics about size of thumbnail
   etc. but I can’t figure it out. It just automatically sets to 150×150. And i 
   heard you told someone about the add_image_size function in funtions.php, but
   i’m not sure where to clearify that in the following function.
 *     ```
       <?php if( function_exists( 'easy_image_gallery' ) ) {
           echo easy_image_gallery();
       		}
   
       	remove_filter( 'the_content', 'easy_image_gallery_append_to_content' );  ?>
       ```
   
 * I hope you can help me.
 * Kind regards Manon
 * [https://wordpress.org/plugins/easy-image-gallery/](https://wordpress.org/plugins/easy-image-gallery/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [mprins](https://wordpress.org/support/users/mprins/)
 * (@mprins)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/resizing-thumbnails-3/#post-4634209)
 * I’m sorry i allready fixed it with the default thumbnailsize
 *     ```
       if ( function_exists( 'add_theme_support' ) ) {
       	add_theme_support( 'post-thumbnails' );
               set_post_thumbnail_size( 263, 194 );
       ```
   
 *  [Andrew Munro / AffiliateWP](https://wordpress.org/support/users/sumobi/)
 * (@sumobi)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/resizing-thumbnails-3/#post-4634265)
 * Great, glad you got it sorted

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Resizing thumbnails’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/easy-image-gallery_9da6b0.svg)
 * [Easy Image Gallery](https://wordpress.org/plugins/easy-image-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easy-image-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easy-image-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-image-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-image-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-image-gallery/reviews/)

## Tags

 * [resizing](https://wordpress.org/support/topic-tag/resizing/)
 * [thumbnail size](https://wordpress.org/support/topic-tag/thumbnail-size/)

 * 2 replies
 * 2 participants
 * Last reply from: [Andrew Munro / AffiliateWP](https://wordpress.org/support/users/sumobi/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/resizing-thumbnails-3/#post-4634265)
 * Status: resolved