How to use responsive features of bootstrap 2.0

前端 未结 5 1353
野趣味
野趣味 2021-01-29 20:08

I\'m using bootstrap 2.0 from twitter and unsure how to make it responsive.

  • How can I remove elements when in mobile/small screen mode?
  • How can I replace
5条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-01-29 20:37

    For responsive images you could have

    .responsive-image { max-width:100%; height:auto; }
    

    and you could use this as

    blank image
    

    For responsive navigation

    Use tinynav https://github.com/viljamis/TinyNav.js

    This converts

      and
        navigation to a select box for small screens.

提交回复
热议问题