Title: Resizing thumbnails and more
Last modified: August 21, 2016

---

# Resizing thumbnails and more

 *  [Leah](https://wordpress.org/support/users/gezan/)
 * (@gezan)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/resizing-thumbnails-and-more/)
 * Hi,
 * I’m setting the thumbnail size to 150px but they still display in 100px.
    Checking
   the upload directory (uploads\slideshow-satellite) the thumbnail image is always
   100px x 100px no matter what I set. Also no change if I delete Galleries and 
   Slides and re-upload.
 * Above is on a 3.5.2, but just set up a 3.8.1 in debug mode and it’s throwing 
   lots of notices and warnings. Like:
 * Click Manage Galleries:
 *     ```
       Notice: Undefined index: Gallery in C:\UniServerZ\www\wp38\wp-content\plugins\slideshow-satellite\slideshow-satellite.php on line 740 Notice: Undefined index: Paginate in C:\UniServerZ\www\wp38\wp-content\plugins\slideshow-satellite\slideshow-satellite.php on line 740 ﻿
       ```
   
 * Saving new Gallery:
 *     ```
       Notice: Undefined property: stdClass::$image in C:\UniServerZ\www\wp38\wp-content\plugins\slideshow-satellite\helpers\db.php on line 302 Notice: Undefined property: stdClass::$image in C:\UniServerZ\www\wp38\wp-content\plugins\slideshow-satellite\helpers\db.php on line 302 Notice: Undefined property: stdClass::$image in C:\UniServerZ\www\wp38\wp-content\plugins\slideshow-satellite\helpers\db.php on line 305 Notice: Undefined property: stdClass::$caphover in C:\UniServerZ\www\wp38\wp-content\plugins\slideshow-satellite\helpers\db.php on line 302 Notice: Undefined property: stdClass::$caphover in C:\UniServerZ\www\wp38\wp-content\plugins\slideshow-satellite\helpers\db.php on line 302 Notice: Undefined property: stdClass::$caphover in C:\UniServerZ\www\wp38\wp-content\plugins\slideshow-satellite\helpers\db.php on line 305 Notice: Undefined property: stdClass::$pausehover in C:\UniServerZ\www\wp38\wp-content\plugins\slideshow-satellite\helpers\db.php on line 302 Notice: Undefined property: stdClass::$pausehover in C:\UniServerZ\www\wp38\wp-content\plugins\slideshow-satellite\helpers\db.php on line 302 Notice: Undefined property: stdClass::$pausehover in C:\UniServerZ\www\wp38\wp-content\plugins\slideshow-satellite\helpers\db.php on line 305 ﻿
   
       Slideshow Satellite Gallery Editor
       Switch Your View: Slides View
       Warning: Attempt to assign property of non-object in C:\UniServerZ\www\wp38\wp-content\plugins\slideshow-satellite\models\gallery.php on line 64 Warning: Attempt to assign property of non-object in C:\UniServerZ\www\wp38\wp-content\plugins\slideshow-satellite\models\gallery.php on line 64 Warning: Attempt to assign property of non-object in C:\UniServerZ\www\wp38\wp-content\plugins\slideshow-satellite\models\gallery.php on line 64 Warning: Attempt to assign property of non-object in C:\UniServerZ\www\wp38\wp-content\plugins\slideshow-satellite\models\gallery.php on line 64 Warning: Attempt to assign property of non-object in C:\UniServerZ\www\wp38\wp-content\plugins\slideshow-satellite\models\gallery.php on line 64 Warning: Attempt to assign property of non-object in C:\UniServerZ\www\wp38\wp-content\plugins\slideshow-satellite\models\gallery.php on line 64 Warning: Attempt to assign property of non-object in C:\UniServerZ\www\wp38\wp-content\plugins\slideshow-satellite\models\gallery.php on line 64 Warning: Attempt to assign property of non-object in C:\UniServerZ\www\wp38\wp-content\plugins\slideshow-satellite\models\gallery.php on line 64 Warning: Attempt to assign property of non-object in C:\UniServerZ\www\wp38\wp-content\plugins\slideshow-satellite\models\gallery.php on line 64 Warning: Attempt to assign property of non-object in C:\UniServerZ\www\wp38\wp-content\plugins\slideshow-satellite\models\gallery.php on line 64 Warning: Attempt to assign property of non-object in C:\UniServerZ\www\wp38\wp-content\plugins\slideshow-satellite\models\gallery.php on line 64 Warning: Attempt to assign property of non-object in C:\UniServerZ\www\wp38\wp-content\plugins\slideshow-satellite\models\gallery.php on line 64 Warning: Attempt to assign property of non-object in C:\UniServerZ\www\wp38\wp-content\plugins\slideshow-satellite\models\gallery.php on line 64 Warning: Attempt to assign property of non-object in C:\UniServerZ\www\wp38\wp-content\plugins\slideshow-satellite\models\gallery.php on line 64 Warning: Attempt to assign property of non-object in C:\UniServerZ\www\wp38\wp-content\plugins\slideshow-satellite\models\gallery.php on line 64 Warning: Attempt to assign property of non-object in C:\UniServerZ\www\wp38\wp-content\plugins\slideshow-satellite\models\gallery.php on line 64 Warning: Attempt to assign property of non-object in C:\UniServerZ\www\wp38\wp-content\plugins\slideshow-satellite\models\gallery.php on line 64 Warning: Attempt to assign property of non-object in C:\UniServerZ\www\wp38\wp-content\plugins\slideshow-satellite\models\gallery.php on line 64 Warning: Attempt to assign property of non-object in C:\UniServerZ\www\wp38\wp-content\plugins\slideshow-satellite\models\gallery.php on line 64 Warning: Attempt to assign property of non-object in C:\UniServerZ\www\wp38\wp-content\plugins\slideshow-satellite\models\gallery.php on line 64 Warning: Attempt to assign property of non-object in C:\UniServerZ\www\wp38\wp-content\plugins\slideshow-satellite\models\gallery.php on line 64 Warning: Attempt to assign property of non-object in C:\UniServerZ\www\wp38\wp-content\plugins\slideshow-satellite\models\gallery.php on line 64 Warning: Attempt to assign property of non-object in C:\UniServerZ\www\wp38\wp-content\plugins\slideshow-satellite\models\gallery.php on line 64 Warning: Attempt to assign property of non-object in C:\UniServerZ\www\wp38\wp-content\plugins\slideshow-satellite\models\gallery.php on line 64
       ```
   
 * Ideas?
 * [https://wordpress.org/plugins/slideshow-satellite/](https://wordpress.org/plugins/slideshow-satellite/)

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

 *  Thread Starter [Leah](https://wordpress.org/support/users/gezan/)
 * (@gezan)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/resizing-thumbnails-and-more/#post-4603087)
 * The behaviour is the same in 3.8.1. Thumbnails wont get bigger than 100x100px.
 *  Thread Starter [Leah](https://wordpress.org/support/users/gezan/)
 * (@gezan)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/resizing-thumbnails-and-more/#post-4603262)
 * Ok, read in FAQ thumnails are max 100px for WP galleries and 150px for custom.
   Is custom galleries premium only?
 *  Plugin Author [cpres](https://wordpress.org/support/users/cpres/)
 * (@cpres)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/resizing-thumbnails-and-more/#post-4603346)
 * No, Custom is where you see “Manage Galleries” in the Satellite dashboard. You
   can upload photos and use our custom gallery manager, it’s custom compared to
   the WordPress Media Gallery.
 * Those thumbs can be 150, WordPress defaults all their thumbnails to 100px max
 *  Thread Starter [Leah](https://wordpress.org/support/users/gezan/)
 * (@gezan)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/resizing-thumbnails-and-more/#post-4603384)
 * Did some more testing:
 * If I create a new gallery and name it other than the default “New Gallery”, it
   won’t save. Clicking the save button generates a “The changes you made will be
   lost if you navigate away from this page”. Leaving the default “New Gallery” 
   will make it possible to save and use.
 * Setting the thumbnail size to 130px sets the li -element to 130px but the image
   still shows at 100px.
 * This is on a local install with WP 3.8.1 and PHP 5.4. Chrome 33.
 *  Plugin Author [cpres](https://wordpress.org/support/users/cpres/)
 * (@cpres)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/resizing-thumbnails-and-more/#post-4603395)
 * Leah I have a fix for the “New Gallery” bug 🙂 thanks for helping me realize 
   it was a real issue.
 * I also re-tested your thumbnail issue, With the Satellite Galleries I was able
   to show the image with 130px, but with WordPress image galleries, the max their
   thumbnails go are 100. Can you verify you’re having this issue with a Satellite
   Gallery?
 *  Thread Starter [Leah](https://wordpress.org/support/users/gezan/)
 * (@gezan)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/resizing-thumbnails-and-more/#post-4603396)
 * Hi,
 * Status is the same with plugin updated to 2.2.2. Gallery won’t save and thumbnails
   are 100px in a 130px li -element.
 * Local install with WP 3.8.1, Twenty Thirteen theme, no other plugins active, 
   PHP 5.4 and Chrome 33.
 *  Plugin Author [cpres](https://wordpress.org/support/users/cpres/)
 * (@cpres)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/resizing-thumbnails-and-more/#post-4603397)
 * 2.2.3 has the fix 🙂
 * And you never answered my question on whether your gallery was a WordPress Media
   Gallery or a Satellite Gallery…?
 *  Thread Starter [Leah](https://wordpress.org/support/users/gezan/)
 * (@gezan)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/resizing-thumbnails-and-more/#post-4603400)
 * Doesn’t work in 2.2.3 either.
    It’s a Satellite Gallery.
 *  Plugin Author [cpres](https://wordpress.org/support/users/cpres/)
 * (@cpres)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/resizing-thumbnails-and-more/#post-4603403)
 * I’d have to see this myself to understand. I’ve tested changing thumbnail sizing
   to 130px and for me it’s working as expected. I also saw an issue that made it
   so I wasn’t able to save a new gallery with a new name, but I’m not having that
   issue anymore in 2.2.3. could you post your site you’re dealing with this? Otherwise
   contact me through my website c-pr.es/contact and I can dig into it a bit more.
 * Thanks!
 *  Thread Starter [Leah](https://wordpress.org/support/users/gezan/)
 * (@gezan)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/resizing-thumbnails-and-more/#post-4603412)
 * Hi,
 * Can’t be done as this is a local install.
    To be sure: I downloaded a fresh 3.8.1,
   set it up, installed Slideshow Satellite 2.2.3 from wp.org and tried to create
   a gallery. All issues from above persists.
 * Had to go for other solution but will revisit in the future.
    Thanks

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

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

 * ![](https://s.w.org/plugins/geopattern-icon/slideshow-satellite_9bd8db.svg)
 * [Slideshow Satellite](https://wordpress.org/plugins/slideshow-satellite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/slideshow-satellite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/slideshow-satellite/)
 * [Active Topics](https://wordpress.org/support/plugin/slideshow-satellite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/slideshow-satellite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/slideshow-satellite/reviews/)

 * 10 replies
 * 2 participants
 * Last reply from: [Leah](https://wordpress.org/support/users/gezan/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/resizing-thumbnails-and-more/#post-4603412)
 * Status: not resolved