Twitter bootstrap 我必须如何修改引导以具有横向模式?

Twitter bootstrap 我必须如何修改引导以具有横向模式?,twitter-bootstrap,mobile,landscape,Twitter Bootstrap,Mobile,Landscape,请帮帮我,我该如何改变我的css/html(使用引导)以便在横向模式下水平查看我的页面???![在此处输入图像描述][1] <style> .urimg{ width: 100%; } </style> <div class="container"> <div class="row"> <div clads="col-xs-12 col-md-6 col-md-offset-3"> <

请帮帮我,我该如何改变我的css/html(使用引导)以便在横向模式下水平查看我的页面???![在此处输入图像描述][1]

<style>
.urimg{
width: 100%;
}
</style>

<div class="container">
    <div class="row">
         <div clads="col-xs-12 col-md-6 col-md-offset-3">
          <img class="urimg"  src="imgpath"/>
          </div>
     </div>
</div>

这是图像的链接

你的问题措辞不太好。在bootstrap中,有一个包装器div和一个容器类,这有一个最大宽度,然后有一个div和一个row类,然后将div和column类放在其中

<style>
.urimg{
width: 100%;
}
</style>

<div class="container">
    <div class="row">
         <div clads="col-xs-12 col-md-6 col-md-offset-3">
          <img class="urimg"  src="imgpath"/>
          </div>
     </div>
</div>

乌里姆先生{
宽度:100%;
}