I hope you can hope. I have a website I have been working on with products in sliders. Alot of image don’t here is a screenshot of the general setting
and whats in the style Custom CSS
addonWrapper #addonId .sp-slider {
overflow: visible;
}
addonWrapper #addonId .sp-item .sp-background {
border-radius: 4px;
}
addonWrapper #addonId .sp-slider .sp-dots ul {
margin: 0 -6px;
}
addonWrapper #addonId .sp-slider .sp-dots ul li:after {
content: "";
position: absolute;
width:101%;
height: 101%;
top: -.5%;
left: -.5%;
border-radius: 4px;
border: 2px solid transparent;
background-color: #ffffff;
opacity: .4;
}
addonWrapper #addonId .sp-slider .sp-dots ul li.active:after {
border-color: #FFCC5F;
background-color: transparent;
opacity: 1;
}
@media (max-width:1024px) {
addonWrapper #addonId .sp-slider .sp-dots ul li {
width: 31%;
height: 125px;
}
}
@media (max-width:991px) {
addonWrapper #addonId .sp-slider .sp-dots ul li {
width: 30%;
height: 100px;
}
}
@media (max-width:375px) {
addonWrapper #addonId .sp-slider .sp-dots ul li {
width: 29%;
The question is there a commend to shrink image to fit and zoom on mouse scroll? The site is dynamiclighting.com.au