inserted picture into page, not resize according to screen size?

Discussion in 'BizWay WordPress Theme' started by effyeweb, Jul 7, 2014.

Thread Status:
Not open for further replies.
  1. effyeweb

    effyeweb Member

    Joined:
    Dec 25, 2012
    Messages:
    485
    Likes Received:
    7
    inserted picture into page, not resize according to screen size while viewing page?
     
  2. effyeweb

    effyeweb Member

    Joined:
    Dec 25, 2012
    Messages:
    485
    Likes Received:
    7
    Just normal insert a photo
     
  3. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Do let us know your website link.

    Thanks & Regards
    Gourav Shrivastava
     
  4. effyeweb

    effyeweb Member

    Joined:
    Dec 25, 2012
    Messages:
    485
    Likes Received:
    7
    i had try again in new installation..... and look on your demo....

    when normal insert a image....

    image will resize according to the screen only happen on a post ; but not function in a page....
     
  5. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .content-bar img {
    max-width: 100%;
    }
    .fullwidth img {
    max-width: 100%;
    }
     

    This will solve your issue.



    Thanks & Regards
    Gourav Shrivastava
     
  6. effyeweb

    effyeweb Member

    Joined:
    Dec 25, 2012
    Messages:
    485
    Likes Received:
    7
    it just change the wide but not change the height at the same time, so the pic become not follow ratio
     
  7. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207

    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
     .content-bar img {
    height:auto;
    }
    .fullwidth img {
    height:auto;
    }

    This will solve your issue.

    Thanks & Regards
    Gourav Shrivastava
     
  8. effyeweb

    effyeweb Member

    Joined:
    Dec 25, 2012
    Messages:
    485
    Likes Received:
    7
    .content-bar img {
    max-width: 100%;
    }
    .fullwidth img {
    max-width: 100%;
    }

    .content-bar img {
    height:auto;
    }
    .fullwidth img {
    height:auto;
    }


    Yes, i paste all this , this is working
     
Thread Status:
Not open for further replies.

Share This Page