Title: Changing image thumbnail?
Last modified: June 26, 2017

---

# Changing image thumbnail?

 *  Resolved [Sitemee](https://wordpress.org/support/users/erdogandk/)
 * (@erdogandk)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/changing-image-thumbnail/)
 * Hi there.
 * Is it possible to change the image thumbnail size on the list page?
 * Thanks 🙂

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

 *  [belly.89](https://wordpress.org/support/users/belly89/)
 * (@belly89)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/changing-image-thumbnail/#post-9273730)
 * I’m also trying to change the size of the Thumbnails.
 * I managed to change the size from 100x100px to 200x200px by editing the CSS file.
   but the source is still 100x100px so the imaged is not stretched and not sharp.
   So i need a way to change the source of the thumbnail to 200x200px. But i cannot
   find were to change this
 * Hopefully someone can help us with this
    -  This reply was modified 8 years, 10 months ago by [belly.89](https://wordpress.org/support/users/belly89/).
 *  Thread Starter [Sitemee](https://wordpress.org/support/users/erdogandk/)
 * (@erdogandk)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/changing-image-thumbnail/#post-9294139)
 * Yeah it would be nice. But im afraid there is not much help here.
 *  [artiman](https://wordpress.org/support/users/artiman/)
 * (@artiman)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/changing-image-thumbnail/#post-9313531)
 * you can change it in the css file
    find frontend.css
 * `wpcm-listings-item-image-wrapper{width:100px;`
    change it to `wpcm-listings-
   item-image-wrapper{width:200px;height:200px;`
 * you need also to chance
    `wpcm-listings-item-meta{float:left;width:100%;` add
   after `height200;`
 * hope that helps
    -  This reply was modified 8 years, 10 months ago by [artiman](https://wordpress.org/support/users/artiman/).
 *  [belly.89](https://wordpress.org/support/users/belly89/)
 * (@belly89)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/changing-image-thumbnail/#post-9315506)
 * [@artiman](https://wordpress.org/support/users/artiman/) Thanks for your reply,
 * <s>changing the thumbnail size in the css file has worked. the problem is that
   the “source” file of the thumbnail still is 100px. So the image is enlarged from
   100x100px tot 200x200px so it’s not sharp. I tried changing some settings in 
   the back-end of the site, like resizing the thumbnail, rebuilding the thumbnail,
   but without success.
 * I believe the name of the thumbnail is: wpcm_vehicle_thumbnail or wpcm_vehicle_listings_item
   but i cannot find how to change the size.
 * Do you happen to know how to fix this?</s>
 * Thanks!
 * edit 2:
 * found the solution, you can change this by following the steps:
 * <s>1. go to plugins
    2. edit the wp car manager 3. open the file “wp-car-manager/
   src/Plugin.php” on the right side 4. search for wpcm_vehicle_thumbnail and change
   it to: add_image_size( ‘wpcm_vehicle_thumbnail’, 200, 200, true ); 5. search 
   for wpcm_vehicle_listings_item and change it to: add_image_size( ‘wpcm_vehicle_listings_item’,
   200, 200, true ); 6. save the changes. 7. rebuild the existing thumbnails (with
   the plugin “AJAX Thumbnail Rebuild”). 8. also change the css file as artiman 
   explained.</s>
 * This worked for my.
 * Edit3:
    Now i see the car page itself doesn’t work anymore. need some more testing
   before i can make sure this works
 * edit: typo
    edit2: solution
    -  This reply was modified 8 years, 10 months ago by [belly.89](https://wordpress.org/support/users/belly89/).
    -  This reply was modified 8 years, 10 months ago by [belly.89](https://wordpress.org/support/users/belly89/).
    -  This reply was modified 8 years, 10 months ago by [belly.89](https://wordpress.org/support/users/belly89/).

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

The topic ‘Changing image thumbnail?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-car-manager_00d198.svg)
 * [WP Car Manager](https://wordpress.org/plugins/wp-car-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-car-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-car-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-car-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-car-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-car-manager/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [belly.89](https://wordpress.org/support/users/belly89/)
 * Last activity: [8 years, 10 months ago](https://wordpress.org/support/topic/changing-image-thumbnail/#post-9315506)
 * Status: resolved