Hi,

got code like this:

 <div class="container">
      <div class="row">
        <div class="span7">
          <p>left</p>
          <iframe width="530" height="299" src="http://www.youtube.com/
embed/OJUi2IP1ElA?rel=0"
          frameborder="0" allowfullscreen></iframe>
        </div>
        <div class="span5">
          <p>Turpis auctor facilisis massa rhoncus lectus ac ut. Porta
vut turpis a
            augue, diam, ridiculus turpis arcu pulvinar? Etiam
tempor.s</p>
        </div>
      </div>
    </div>

when resizing browser window, the video windows does not resize, it
goes over to the contents on the right side, any idea how to have
video resized and stay in the left "span7", complete code is:

https://gist.github.com/1992273

Reply via email to