Title: Set image height
Last modified: August 21, 2016

---

# Set image height

 *  [Nick McBurney](https://wordpress.org/support/users/nick-mcburney/)
 * (@nick-mcburney)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/set-image-height/)
 * Hi,
 * I would like to increase the height of the image displayed, from what I can tell
   RPS is adjusting the height depending on the heigh tof the slider but I would
   like to set this to a fixed height.
 * ive looked through recent-posts-slider.php and tried playing with various value
   in this file to try and increase the height but seems Im not editing the correct
   part.
 * Can anyone assist with this? (p.s. I really just need to see an example of the
   code which is setting height so I can edit)
 * Many Thanks
    Nick
 * [https://wordpress.org/plugins/recent-posts-slider/](https://wordpress.org/plugins/recent-posts-slider/)

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

 *  Plugin Author [Neha](https://wordpress.org/support/users/nehagoel/)
 * (@nehagoel)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/set-image-height/#post-4571758)
 * Check rps_post_img_thumb() function.
 *  Thread Starter [Nick McBurney](https://wordpress.org/support/users/nick-mcburney/)
 * (@nick-mcburney)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/set-image-height/#post-4571873)
 * I managed to find the code which needed editing:
 * Line 247 (in my file)
    `$set_img_height = $height - 54;`
 * Changed to:
    `$set_img_height = '250';`
 * This sets the height as 250px.
 * I hope this can help someone.

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

The topic ‘Set image height’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/recent-posts-slider_a3875c.svg)
 * [Recent Posts Slider](https://wordpress.org/plugins/recent-posts-slider/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/recent-posts-slider/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/recent-posts-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/recent-posts-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/recent-posts-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/recent-posts-slider/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Nick McBurney](https://wordpress.org/support/users/nick-mcburney/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/set-image-height/#post-4571873)
 * Status: not resolved