Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Neha

    (@nehagoel)

    Check rps_post_img_thumb() function.

    Thread Starter Nick McBurney

    (@nick-mcburney)

    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.