Slider image issues

Discussion in 'ClassiCraft WordPress Theme' started by jbissitt, Jan 20, 2015.

  1. jbissitt

    jbissitt Member

    Joined:
    Jan 13, 2015
    Messages:
    65
    Likes Received:
    0
    What is the correct size for image 1 when creating an advert which is used for the slider? I have tried resizing from 100-150 pixels square but I am getting quality issues with the images.

    Am I doing something wrong? Can the slider image size be increased?

    Thanks

    Joel
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello !

    For this you have to follow two steps.

    Step 1:
    Please follow below image.
    21jan-classi-slider.png

    Step 2:
    Paste the code given below in Custom CSS section
    ( Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    #owl-demo .items
    {
    width:100px;
    height:150px;
    }
    #owl-demo .items img
    {
    width:100%;
    height:100%;
    }
    .owl-item {
    margin: 10px;
    }

    Thanks & Regards
    Pramod
     

Share This Page