Title: Thumbnail resizing issue
Last modified: August 22, 2016

---

# Thumbnail resizing issue

 *  Resolved [Corey Allen](https://wordpress.org/support/users/coreya/)
 * (@coreya)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/thumbnail-resizing-issue/)
 * Hello
 * I have an issue with store logos being cropped and resized to an odd dimension.
   How can I set it so it doesn’t crop any thumbnails?
 * [https://wordpress.org/plugins/wp-store-locator/](https://wordpress.org/plugins/wp-store-locator/)

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

 *  Plugin Author [Tijmen Smit](https://wordpress.org/support/users/tijmensmit/)
 * (@tijmensmit)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/thumbnail-resizing-issue/#post-5501251)
 * Can you switch back the a default wp theme and see if it still happens? It’s 
   possible a line in the css of your current theme is responsible for the resizing.
 * What is the url?
 *  Thread Starter [Corey Allen](https://wordpress.org/support/users/coreya/)
 * (@coreya)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/thumbnail-resizing-issue/#post-5501311)
 * HI there,
 * Yes it still does with the default 2013 theme.
 * The site is on my local dev machine and not live.
 * Perhaps can you just tell me what the default size for all store logos should
   be?
 *  Plugin Author [Tijmen Smit](https://wordpress.org/support/users/tijmensmit/)
 * (@tijmensmit)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/thumbnail-resizing-issue/#post-5501336)
 * What is the value that is set on the settings page -> Media Settings -> Thumbnail
   size?
 * The css from the plugin scales it to 48×48. This happens on line 192 of the /
   css/styles.css. You can set it to a bigger values if you want to, and then upload
   the logos in that format.
 *     ```
       #wpsl-stores .wpsl-store-thumb {
           float:right;
           border-radius:3px;
           margin:7px 0 0 10px;
           width:48px;
           height:48px;
           padding:0;
           border:none;
       }
       ```
   
 *  Thread Starter [Corey Allen](https://wordpress.org/support/users/coreya/)
 * (@coreya)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/thumbnail-resizing-issue/#post-5501360)
 * Thanks so much,
    “Crop thumbnail to exact dimensions” was checked, unchecking
   this and increasing the CSS value to match my thumbnail width (after regenerating
   thumbnails) did the trick.
 * Appreciate the help.
 *  [aradams](https://wordpress.org/support/users/aradams/)
 * (@aradams)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/thumbnail-resizing-issue/#post-5501521)
 * I’m running into the same problem. Perhaps for the next version the plugin could
   respect the Media Settings thumbnail size instead of having to hack the plugin.
   Thank you.

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

The topic ‘Thumbnail resizing issue’ is closed to new replies.

 * ![](https://ps.w.org/wp-store-locator/assets/icon-256x256.jpg?rev=1007784)
 * [WP Store Locator](https://wordpress.org/plugins/wp-store-locator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-store-locator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-store-locator/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-store-locator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-store-locator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-store-locator/reviews/)

 * 5 replies
 * 3 participants
 * Last reply from: [aradams](https://wordpress.org/support/users/aradams/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/thumbnail-resizing-issue/#post-5501521)
 * Status: resolved