post images are stretched every where

Support Forums for LiveMesh Themes & Plugins Forums Invent Theme Support post images are stretched every where

Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #24957
    Trendsnaps
    Member

    In My site the Post’s featured images and single post featured image stretched

    i tried with 800X400 , but its taking some other dimension , so image is totally stretched

    i tried with 600X300 .. the result was same

    So…

    i want to keep my original image (featured images) everywhere that means 600X300 . in every posts and in single post ..

    can you help me to do this ?

    #24970
    Veena
    Moderator

    You can use the below custom CSS in themeoptions –

    .archive .post.type-post .image-area {
        max-width: 70%;
    }
    .single.single-post img.featured {
        max-width: 80%;
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Invent Theme Support’ is closed to new topics and replies.