Okay
  Public Ticket #2247671
Correct Blog featured image size
Closed

Comments

  • overseasdtp started the conversation

    Hi,


    I would like to know what will be accurate feature image size according to this theme so that It will show correctly in all dimensions.

    I have text in my blog images with did not show in different sizes.

     

  •  8,992
    Tahir replied

    Hey Again,

    If you want the whole image to show not matter what screen size you will have to use this custom css : 

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .post-area.col.featured_img_left.span_9 span.post-featured-img {
        background-size: contain !important;
        background-repeat: no-repeat;
        background-color: #fff !important;
    }

    Thanks



    ThemeNectar Support Team 

  • overseasdtp replied

    Thanks Tahir,

    But in one place it still shows like the attached.

  •  8,992
    Tahir replied

    You cant add a Landscape image to a Portrait thumbnail so we would suggest to remove the text from the images if you want to use such a style. 

    Best 


    ThemeNectar Support Team