标签: html css html5 twitter-bootstrap
如何使用Bootstrap使手机上的视图始终处于横向状态?有可能吗?
我做到了:
@media (min-width: 992px) and (orientation:landscape) { .container { width: 970px; } }