Hi there,
is it possible to define mouse-over effects for slider images? For example making bigger the original image or even changing it.
Thanks again!
Hey maaz022!
What kind of slider? FullScreen, EasySlider, LayerSlider?
Also, a link to your website can be helpful.
Cheers!
Josue
Hi!
Try adding this to the Quick CSS:
.ls-layer img:hover{
transform: scale(1.2);
-moz-transform: scale(1.2);
-webkit-transform: scale(1.2);
}
Result:
http://screencast.com/t/egZ5NW0Kb
Best regards,
Josue
Great, thanks!
You are welcome, glad we could help.
Regards,
Josue