JQUERY: Resize div to window width

前端 未结 4 739
有刺的猬
有刺的猬 2021-02-09 20:56

I am trying to force the width of a div to the width of a browser window. So that even if the window is resize the adjusts it\'s width.

I have been researching for about

4条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-02-09 21:13

    I think you can solve this using css width 100%

     div#full{ width:100%}
    

    :)

提交回复
热议问题