Image size on Blog Page too large. Can I resize?

Discussion in 'Harrington- A WordPress Business Theme.' started by gadgetat, May 10, 2014.

  1. gadgetat

    gadgetat New Member

    Joined:
    Aug 3, 2013
    Messages:
    6
    Likes Received:
    0
    Images being uploaded to the Harrington site I'm working on are being sized smaller for bandwidth savings and formatting. But when the images appear on the Blog Page Template they're stretched super large leading to a pixelated look that is not appealing.

    Is there some way to have the images on the Blog Template page show as actual size instead of stretched? Including screen shots. First shot from the Blog Page Template with the pixelated image, and then from the actual post with the image appropriately sized.

    Thanks in advance for your help.
    Screen Shot 2014-05-10 at 7.32.52 AM.png Screen Shot 2014-05-10 at 7.33.13 AM.png
     
  2. Gourav

    Gourav Support Staff

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

    Go to style.css present in your theme directory and replace current code

    Code:
     width: 100%;
    with code given below

    Code:
     max-width: 100%;
    check image for reference

    2014-05-12_1829.png


    Thanks & Regards
    Gourav Shrivastava
     
  3. helpful4you

    helpful4you Member

    Joined:
    Jun 12, 2014
    Messages:
    46
    Likes Received:
    0
    I tried to follow this advice, but the latest image above my blog post looks HUGE
    I am irritated as some of the blog posts seem to be allright.

    You can see it here http://www.stopinternetfailures.com/blog

    The blog post "We've Likely Never Met: But I Bet You Do This..."
    with the keyboard is extremely blown up.

    Any advice?
     
  4. Piyush

    Piyush Support Staff

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

    Hello,

    Could you please explain your issue more clearly and specify it with the help of screenshot images.
     

Share This Page