Make division image responsive

前端 未结 5 708
借酒劲吻你
借酒劲吻你 2021-01-16 06:49

I am stuck in making images inside background of a class responsive.The website url .

It would be very helpful if you could help me out i am using bootstrap and nivo

5条回答
  •  礼貌的吻别
    2021-01-16 07:16

    Try this:

    @media(max-width: 380px) {
    .nivoSlider{
    position:relative;
    width:94%;
    height:378px;
    top:85px;
    bottom:0px;
    left:8px;
    overflow: hidden;
    }
    

提交回复
热议问题