Max High Post Picture View

Posted in: Newspaper
Post count: 46

Hello, have again a small question, there is the possibility to control a maximum amount of the contribution picture over the template. I would like to be displayed on the contribution page all images with a maximum of 450 pixels but in full width.

greeting

Webseite:
inselleben.es

Post Example:
http://mallorca.inselleben.es/top-all-2/

This High i mean:
http://mallorca.inselleben.es/wp-content/uploads/2017/01/Capture.jpg

Post count: 22421

Well you can add a css rule to limit them but the pictures will not show the entire content anymore or they will be squished and not display properly unless the aspect ratio is proportional to the size you want it in.
I;m not sure what the contribution page is. If you want all posts that use the post style 3 to show a maximum featured image height of 450 pixels then you can add this code in the theme panel-> custom css box:
.td-post-template-3 .td-post-header-holder{
height: 450px!important;
}

But you will have to mind the aspect ration of the images.

Thank you!

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