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
Hello ! For this you have to follow two steps. Step 1: Please follow below image. 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