Making BXslider full screen (filling entire browser window)

后端 未结 2 1189
感动是毒
感动是毒 2020-12-30 09:59

I am currently trying to implement THIS very simple content slider. I have reached a point where it is working, however using the CSS code below I need to make the slider fu

2条回答
  •  既然无缘
    2020-12-30 10:45

    Trz to set width&height to slider

    .bx-wrapper {width: 100%; height: 100%;}
    /* 
        I don't know where exactly this element is added, so maybe try 
        .bxslider {width: 100%; height: 100%;} 
    */
    

提交回复
热议问题