Tagged: LayerSlider
I developed full width slider without background. i have full size images fade in/out in 1 slide.
The slider does not expand full width. there is space on the left. seems only the background image (if there is one) will expand full width.
I have tried:
1.
Setting slider to 100%
Then set each image to height 100% and width 100%
2. setting slider to 1600px
then set each image to 1600px
Hi John!
try this code in Quick CSS field:
.ls-slide.ls-animating {
width: 1346px !important;
}
Best regards,
Andy
Hi John!
You don’t have to set the individual image height / width. All you need to do is make sure the slider is set to fullwidth in the slider settings.
You most likely have some weird CSS or setting added to it which is causing that behaviour. I would try creating a new slider and just add the images to the slides and start from there. They should display correctly.
If your still having trouble then send us a WordPress login and we’ll take a closer look.
Cheers!
Elliott
Thanks.. worked great.
next question. the slide loops but loops back to the second picture and stops there.
also, i created 4 column and set first column for equal heights. not working.