Something like this perhaps?
<!doctype html>
<head>
<link href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css"
rel="stylesheet">
<link href="
http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css"
rel="stylesheet">
</head>
<body>
<br /><br />
<div class="container">
<div class="row">
<div class="span8">
<img src="http://placehold.it/770x270" class="img-polaroid">
<br /><br />
<img src="http://placehold.it/770x270" class="img-polaroid">
</div>
<div class="span4">
<img src="http://placehold.it/370x570" class="img-polaroid">
</div>
</div>
</div><!-- /row -->
</div><!-- /container -->
</body>
</html>
Phil DoughtyWeb Designer / Guitarist Phone: +971 50 8879936
On 31 October 2012 17:42, Pete Benoit <[email protected]> wrote:
> This has probably been answered before, but my google-fu isn't working.
> I'd like to have a span, span across several rows, something like the
> attached picture. Any suggestions on how to do this in bootstrap?
>
>
> <https://lh3.googleusercontent.com/-HFr9NdYtL4U/UJEqWbqUT5I/AAAAAAAAD4k/Z4iglbygVYU/s1600/layout.png>
>
>