Blog Pictures Are Distorted

Discussion in 'Poloray WordPress Theme' started by goldkey, Apr 12, 2013.

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

    goldkey New Member

    Joined:
    Oct 26, 2012
    Messages:
    20
    Likes Received:
    0
    How can I remove the formatting to stop the pictures from distorting on the blog category pages?

    The pictures that are being uploaded are 640x480 which is pretty standard.

    The affected pages are as follows:

    http://pgdynamic.ca/inventory/
    http://pgdynamic.ca/category/cars/
    http://pgdynamic.ca/category/trucks/
    http://pgdynamic.ca/category/suvs/
    http://pgdynamic.ca/category/vans/

    Please note the last to links don't have any photos, but will have in the future.

    I have tried playing around with the size, but I have found that when the site switches to mobile the pictures distort differently. Also, a person should be able to upload a standard photo without having to resize it.

    If you could provide me with some guidance, I would be most appreciative.

    Thank you in advance.

    Cheers
    Laurie
     
  2. goldkey

    goldkey New Member

    Joined:
    Oct 26, 2012
    Messages:
    20
    Likes Received:
    0
    Hi there. It has been a few days since I asked about the fix for the distortion issue. This message is to follow-up just in case my post was some how missed. If you could let me know, I would be most appreciative.

    Cheers
    Laurie
     
  3. 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:
    .content-bar .post .post_content img.postimg {
    height: auto;
    }
    It will resolve this issue.
     
  4. goldkey

    goldkey New Member

    Joined:
    Oct 26, 2012
    Messages:
    20
    Likes Received:
    0
    Thanks Nitesh. That did the trick.
     
Thread Status:
Not open for further replies.

Share This Page