Images in listings are distorted

Discussion in 'GeoCraft WordPress Theme' started by webunet, Feb 7, 2015.

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

    webunet Member

    Joined:
    Dec 14, 2012
    Messages:
    58
    Likes Received:
    1
    Location:
    Kalispell, Montana
    Since upgrading to version 1.8.3, images appear distorted in business listings. They are stretched in length. See an example here, http://www.flatheadguide.com/listing/kalispell-toyota/

    The image attached shows a screen capture of a listing photo with the actual size photo pasted beside it.

    How can I correct this?

    Thank you, Tom
     

    Attached Files:

  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hey Webunet!

    Please paste the code given below in Custom CSS section
    (Geocraft Settings -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .flexslider .slides img {
    height: auto;
    width: auto;
    }
    Thanks,
    Praveen
     
  3. webunet

    webunet Member

    Joined:
    Dec 14, 2012
    Messages:
    58
    Likes Received:
    1
    Location:
    Kalispell, Montana
    Thank you very much, that worked perfectly.

    Tom
     
Thread Status:
Not open for further replies.

Share This Page