How to display the feature image on the detail blogpage in full height

Hi,

I don't like the fact that my images are cutted by displaying on the detail blog page. How can I fix this?
As you see here my image isn't displayed in it's (relative) full height so some information of the image gets lost http://luftschloss.wp.daydreamer.pm/2016/02/20/hello-world/

And another question. I've seen some sites of your demos which don't use the border around this displayed feature image on the detail blogpage. How can I change this, too?

greetings
carina

Comments

  • Hi,

    if current size of featured image is not enough, you need to do play with functions/theme-functions.php file where functions responsible for images sizes are.

    But to remove it's border, you need to use the following css:
    .single-photo-wrapper.image .image_frame { border: 0 !important; }
Sign In or Register to comment.