Post Style3 > define max height for image

Posted in: Newspaper
Post count: 37

I would like to define the maximum height for the featured image on posts with Style-3.

Actually I did expect that your theme already does that but I regenerated two test images and they sty in their uploaded aspect ratio.

Is this an error with the image?
Can I define a max height?

Post count: 23312

Hi zumaxb,

You can try to use the code below to change your max-height. Also you can adjust the max-height values as you wish. The min-height is 300px, the value standard set by theme.

Place the code below in Theme panel->Custom Css area, like this: http://screencast.com/t/K1VzkPISlE

.td-post-template-3 .td-post-featured-image {
max-height: 400px;
}

The result should see here: http://screencast.com/t/gKvoYbq7

Please make sure that your max-height is not less then your image height because in this case the image will be cropped.

I hope this helps and let us know how it goes!

Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.