Swiper中文论坛

标题: direction:"vertical" [打印本页]

作者: HakunaMatata    时间: 2015-8-28 14:47
标题: direction:"vertical"
swiper左右滚动改成上下direction:"vertical",出现slides高度异常,加上reset.css跟viewpoint标签一样是不行的,不知道有其他解决办法没?

作者: HakunaMatata    时间: 2015-8-28 15:44
....0000000000000000000000000000
作者: asd123    时间: 2015-9-10 18:04
刚刚接触不知道
作者: ThinkDifferent    时间: 2015-9-15 11:21
设置slides height:100%
作者: tomhe    时间: 2015-10-16 15:52
在 swiper-container 那个 div 上加个  style="height: 400px" 这个属性,400px 是你自己定 其实swiper 这点不人性化 其实没高度 去读浏览器的高度 就好了
作者: chopper    时间: 2015-11-4 14:57
var windowHeight = $(window).height();
var mySwiper = new Swiper('div.swiper-container', {
   height: windowHeight,
   .......
作者: Mr.Rain    时间: 2015-11-15 20:36
解决没啊,我要金币
作者: unknown.renlong    时间: 2015-12-19 12:15
.swiper-container {
        width: 100%;
        height: 100%;
        position: fixed;
        bottom:0px;
        right:0px;
        left:0px;
        top:0px;
    }
作者: HakunaMatata    时间: 2016-7-8 16:21
累感不爱呀
作者: 992185100    时间: 2016-7-12 14:46
slides height:100%




欢迎光临 Swiper中文论坛 (http://bbs.swiper.com.cn/) Powered by Discuz! X3.2