Tagged: css snippet
if you have choosen the responsive behaviour of layerslider this will work good for the small screen (it shrinks proportional)
If you have a wide screen – like my apple 27” the background picture of the slides are centered and there is on all edges a cut off. (Background image zooms out from the centerpoint)
If you like more control (and i often prefer the stay at top and cut the rest) you can manage it by:
@media only screen and (min-width: 1310px){
.ls-slide > img.ls-bg {
margin-top: 0 !important
}
}