Viewing 1 replies (of 1 total)
  • Plugin Author Josh Leuze

    (@jleuze)

    This is because the slideshow is 100% width in the mobile view and the borders are added to that making it like 101% instead. You could try changing the slideshow to 99% to make a little room for the borders:

    div.meteor-slides {
        max-width: 99%;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Meteor Slides] Mobile vertical view, Picture doesnt obey the border’ is closed to new replies.