Post Style 7 – full image

Posted in: Newspaper
Post count: 12

Is here a way to display the full image in the Post Style 7? I do not care about the parallax scrolling effect.

Right now no matter what dimensions the images are, they always show up chopped off.

Surely there must be a way to tell the image to display in its full width and respective height that corresponds to that width?

Post count: 20688

Hi,

That is the way that post template was designed, there are no options to change the way it displays the featured image or to disable the parallax.
You could set a different height to the image with CSS. The default is like this
https://www.screencast.com/t/m0RjX2Q8eR
The code would be like this for example

.td-post-template-7 .td-post-header {
height: 900px;
}

If you decide to use it, it should be entered in the Advanced CSS section, desktop field so it would not apply in all situations (it may not display properly for all devices)

.td-post-template-7 .td-post-header {
height: 900px;
}

The theme has different heights for this element, based on width
https://www.screencast.com/t/83fm0kBa9O

Thanks

Post count: 12

Thanks for the reply – yes I’ve used the custom CSS to increase the height already, but unfortunately in large screens the images get chopped off quite a bit still.

Oh well, if it’s not technically possible, then I will leave it as is.

Thanks again.

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