Ow, yeee! I’ve solved the problem with big height of the slideshow. The reason was in the meteor-slides.css in line “div.meteor-slides {
height: 100% !important; …”. Command “!important” blocked previous rules and made the plugin full height on the page. I’d deleted it and everything is fine now.
Thank’s very much, JLeuze, for this plugin!