Size of featured image?

Posted in: Newspaper
Post count: 51

What should be the perfect size of the featured image being used in post template style 8, like i already have. All i want to know is what should be the exact size of the featured image.

Post count: 23312

Hello Dhananjay,

I suppose that you are referring to the size of the placeholder from post template 8 feature and the size you can find in this image -> http://screencast.com/t/bhkR8znPrwlZ As you can see, this kind of template uses as the feature image from the background image. You can add in this placeholder the desired image using background-image option code.
If you want to add an image for that placeholder from style 8, you have to use a bit of CSS to add the background image to fit the image inside the box. Please try the code below and add it in Theme panel->Custom CSS area.

The code is ->

.td-post-header-holder{
background-image: url('http://wowslider.com/sliders/demo-5/data/images/saarschleife.jpg');
background-repeat: no-repeat;
background-size: 1164px 570px;
}
}

The result you should see here -> http://screencast.com/t/do35lAR4S

If is not what you mean, please provide more details about your desired changes.

Thank you for the message!

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