Title: resize thumbnails
Last modified: August 24, 2016

---

# resize thumbnails

 *  Resolved [senordeer](https://wordpress.org/support/users/senordeer/)
 * (@senordeer)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/resize-thumbnails-5/)
 * Hey Petra fantastic plugin and it looks like you offer the best support I have
   seen in a long time on wp plugins – awesome. So, I searched through the topics
   and I hope this hasn’t been covered, didn’t see exactly what I was looking for.
 * Link: [](http://ridgely.wordpresstest.net/look-alikes-studded/)
 * I just want to resize the thumbnails, preferably using the Vertical (Large) styling,
   it works fine I just need my thumbnails slightly larger. So if I reset the thumbnail
   size while selecting Vertical (Large) the thumbnail size doesn’t change, but 
   if I select Use your own CSS and customize CSS, the thumbnails are not cropped,
   they get resized but are blurry and not appearing as a cropped image. This seems
   to be the case if I choose the custom thumbnail size option OR set the image 
   size in the custom CSS using:
    ul.related_post li img.
 * Anyway, long story short, love the default vertical layout would just like to
   see the thumbnail size increased slightly. Thanks in advance!
 * [https://wordpress.org/plugins/related-posts-by-zemanta/](https://wordpress.org/plugins/related-posts-by-zemanta/)

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

 *  [PetraP](https://wordpress.org/support/users/petrap/)
 * (@petrap)
 * [11 years ago](https://wordpress.org/support/topic/resize-thumbnails-5/#post-6018866)
 * Hey,
 * thanks for reaching out and sorry for the unintentional silent treatment!
    I 
   believe we can make this work – I have checked out your blog and if you wish 
   to increase the images slightly then I suggest you enter the following in the
   plugin settings-> “Customize”-> “Custom CSS”:
 *     ```
       .related_post_title {
       }
       ul.related_post {
       }
       ul.related_post li {
       width:200px !important;
       }
       ul.related_post li a {
       }
       ul.related_post li img {
       height:200px !important;
       width:200px !important;
       }
       ```
   
 * but, this is the important part – this time **don’t** tick the box “Use Custom
   Size Thumbnails”. This will enlarge the images and cropped them (hopefully). 
   Save the changes and let me know how it goes!
 * Take care and enjoy the day,
    Petra
 *  Thread Starter [senordeer](https://wordpress.org/support/users/senordeer/)
 * (@senordeer)
 * [11 years ago](https://wordpress.org/support/topic/resize-thumbnails-5/#post-6018872)
 * That worked perfectly thank you so much Petra for a great plugin and GREAT support!

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

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

 * ![](https://s.w.org/plugins/geopattern-icon/related-posts-by-zemanta_7b9a7c.svg)
 * [Related Posts by Sovrn](https://wordpress.org/plugins/related-posts-by-zemanta/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/related-posts-by-zemanta/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/related-posts-by-zemanta/)
 * [Active Topics](https://wordpress.org/support/plugin/related-posts-by-zemanta/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/related-posts-by-zemanta/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/related-posts-by-zemanta/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [senordeer](https://wordpress.org/support/users/senordeer/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/resize-thumbnails-5/#post-6018872)
 * Status: resolved