Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #415207

    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
    }
    }
    • This topic was modified 9 years, 8 months ago by Guenni007.
    #415346

    Hi Guenter!

    Thank you for sharing Guenter :)
    Have a great weekend!

    Cheers!
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.