Images blurry in slider

Discussion in 'ClassiCraft WordPress Theme' started by kaveman, Nov 13, 2013.

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

    kaveman New Member

    Joined:
    Nov 12, 2013
    Messages:
    2
    Likes Received:
    0
    I used this code to make the images a little bigger but the images are blurry. It seems to be stretching the thumnail images instead of shrinking the original pictures

    #slider_wrapper li img {
    height: 108px;
    width:108px;
    }
    #slider_wrapper #cc_carousel {
    max-height: 126px;
    }
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #slider_wrapper #cc_carousel{
    max-height:200px;}
     
    #slider_wrapper li img {
    height: 168px;
    width:168px;}
     
    #slider_wrapper .jcarousel-next-horizontal {
    top:79px;}
    #slider_wrapper .jcarousel-prev-horizontal {
    top: 79px;}
    After this,
    Go to the Appearance > Editor > index.php and make changes as shown in the image.

    [​IMG]


    This will solve your issue.
     
  3. kaveman

    kaveman New Member

    Joined:
    Nov 12, 2013
    Messages:
    2
    Likes Received:
    0
    This worked great, Thank You
     
Thread Status:
Not open for further replies.

Share This Page