Tagged: advanced layer slider
I’ve been trying to use this slider, but layers with images aren’t showing up.
I changed to the default Enfold slider, but the images aren’t showing up with that, either.
Hey Scott!
Try adding this code to the Quick CSS:
img[class*='ls-l']{
width: auto !important;
height: auto !important;
}
Cheers!
Josue
Perfect!
Thanks!