Pictures not scaling

Discussion in 'Squirrel WordPress Theme' started by lastingtraditions, Aug 14, 2013.

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

    lastingtraditions New Member

    Joined:
    Jul 3, 2013
    Messages:
    14
    Likes Received:
    1
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .main-content .fullwidth img {
    width: 100%;
    }
    This will solve your issue.
     
  3. lastingtraditions

    lastingtraditions New Member

    Joined:
    Jul 3, 2013
    Messages:
    14
    Likes Received:
    1
    Thanx, that solved the width scaling, but the height remained the same, giving it a comical stretched out appearance. Can you look at those pages and help again?

    Thank you in advance.
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

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

    Code:
    .main-content .fullwidth img {
    width: 100%;
    height: auto;
    }
     
  5. lastingtraditions

    lastingtraditions New Member

    Joined:
    Jul 3, 2013
    Messages:
    14
    Likes Received:
    1
    That was perfect, thanx!
     
Thread Status:
Not open for further replies.

Share This Page