Slider picture size troubleshooting

Discussion in 'Elite Pro WordPress Theme' started by rupanm, May 22, 2013.

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

    rupanm New Member

    Joined:
    Mar 17, 2013
    Messages:
    19
    Likes Received:
    1
    The pixel settings for the slider is 640x332 pixels. I upload pictures that are this size and they still get stretched and look too wide. Can this be changed, or can the original pixel size specification be changed as it doesn't suit regular photo sizes! Thanks :)
     
  2. Nitesh

    Nitesh Support Staff

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

    Please do let me know your website link.
     
  3. rupanm

    rupanm New Member

    Joined:
    Mar 17, 2013
    Messages:
    19
    Likes Received:
    1
    Hi there,

    It's http://deliahairdesign.com/

    The pictures have been re-sized to 640x332 pixels but as you can see it is still stretched.

    Kind Regards
     
  4. Nitesh

    Nitesh Support Staff

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

    I have checked your site.
    Please resize images again, They are not of recommended size.
    First image : 498 x 322 px
    Second image : 644 x 322 px
    Third image : 443 x 322 px.
     
  5. rupanm

    rupanm New Member

    Joined:
    Mar 17, 2013
    Messages:
    19
    Likes Received:
    1
    Hi Nitesh,

    Is there any way to change the original slider settings?

    Kind Regards
     
  6. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Could you please explain your issue a bit more that which type of setting you want in the slider.
    If you are talking about to change the slider height and width then please do let us know about the specific dimension of the slider that you want to use, we will do it for you.
     
  7. rupanm

    rupanm New Member

    Joined:
    Mar 17, 2013
    Messages:
    19
    Likes Received:
    1
    Hello Piyush,

    The current width of 640 is too wide for regular digital photographs, but if you change it to say 540, I am worried it will have the opposite effect?

    Kind Regards
     
  8. 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:
    @media only screen and (min-width: 767px){
    .flexslider .slides img {
    width: 100%;
    height: 332px;
    max-width: 540px;
    }
    .flex-caption {
    margin-left: -99px;
    width: 135%;
    height: 332px;
    }
    }
    Adjust these values as per your requirement.
    This will solve your issue.
     
  9. rupanm

    rupanm New Member

    Joined:
    Mar 17, 2013
    Messages:
    19
    Likes Received:
    1
    Dear Piyush,

    That's great thanks so much!

    Have a great day :)
     
    Piyush likes this.
Thread Status:
Not open for further replies.

Share This Page