Stretching/skewing image

Discussion in 'Local Business WordPress Theme' started by austriana232, May 17, 2017.

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

    austriana232 New Member

    Joined:
    May 9, 2017
    Messages:
    3
    Likes Received:
    1
    The picture I've uploaded will stretch/skew based on the size of the browser window, instead of maintaining proper proportions. How can I fix this issue? I've used the ratio recommended by the uploader, as well as testing out other sizes to see if anything works.
     

    Attached Files:

  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hi,

    I have got your concern and would like to check your site once.
    Could you please share site URL here, I will check and let you know the exact solution.

    Regards!
    Naveen Kolhe
    InkThemes.com
     
  3. austriana232

    austriana232 New Member

    Joined:
    May 9, 2017
    Messages:
    3
    Likes Received:
    1
    smith likes this.
  4. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    I have just checked your site and to resolve the issue, you need to paste the below custom CSS code in the Custom CSS field located under Dashboard->InkThemes->Theme Options->Styling Settings
    Code:
    .flexslider {
           max-height: 100%;
    }
    .flexslider .slides img {   
        height: auto;
    }
    This will help you to figure it out and resolve your issue(s).

    Regards!
    Naveen Kolhe
    InkThemes.com
     
  5. austriana232

    austriana232 New Member

    Joined:
    May 9, 2017
    Messages:
    3
    Likes Received:
    1
    That worked. Thanks!
     
Thread Status:
Not open for further replies.

Share This Page