Slider Images are Fuzzy?

Discussion in 'ColorWay WordPress Theme' started by jvrudnick, May 7, 2015.

  1. jvrudnick

    jvrudnick New Member

    Joined:
    Nov 26, 2014
    Messages:
    3
    Likes Received:
    0
    Did a search here, but didn't find anyone else who has my problem...

    I have loaded in three images - hi res jpgs - into the slider that Colorway has...and at "some" window sizings they look perfect (like on my blackberrry or iPhone) but at desktop or laptop sizes they sometimes look 'unfocused' or 'fuzzy?'

    Can anyone point out what is happening and why that would be?

    Oh site is here - www.drive-star.com....

    :)
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    Could you please provide us some edited screenshot so that we can have a look at theme and understand the issue?

    In case you are unable to create a screenshot, you can follow the link http://www.screenpresso.com/ which will help you to create screenshot easily.

    Thanks,
    Praveen
     
  3. jvrudnick

    jvrudnick New Member

    Joined:
    Nov 26, 2014
    Messages:
    3
    Likes Received:
    0
    Praveen - pls just go to www.drive-star.com and see the slider yourself....site is up and live.

    if you change the size of the window in a browser - it expands or contracts the images in the slider...and some are fuzzy???
     
  4. praveen

    praveen Support Staff

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

    I have got your concern,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .slide-img {
      height: auto !important;
    }
    @media only screen and (max-width: 480px){
    #slides .slide-img {
      height: auto !important;
    }
    }
     
    @media only screen and (max-width: 960px) and (min-width: 767px){
    #slides .slide-img {
      height: auto !important;
    }
    }
    Thanks,
    Praveen
     
  5. jvrudnick

    jvrudnick New Member

    Joined:
    Nov 26, 2014
    Messages:
    3
    Likes Received:
    0
    I have just re-Photoshopped the 3 slider images to ensure that they are all 897 x 355 @ 72 dpi...

    I added that code to the CustomCSS area exactly as instructed...

    I have replaced them all in the proper slider spots, saved and then reloaded the page...

    And they STILL look out of focus...sigh...

    Help here please?
     
  6. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    I have checked your website.

    The slider shows the exact size of images ( i.e 897 x 355 ) that you have used for slider images.
    So, I am unable to understand your issue now.

    It would be better if you explain your issue clearly and provide us some edited screenshot.


    Thanks,
    Praveen
     

Share This Page