标签: html css twitter-bootstrap responsive-design
如何为小型分辨率设备关闭响应式设计?尝试使用手机访问时,响应看起来很糟糕。更多截图。 Phone Desktop
答案 0 :(得分:0)
我这样做的方法是限制响应样式表加载在较小的设备上,例如
<link rel="stylesheet" media="screen and (min-device-width: 800px)" href="css/bootstrap-responsive.css" />