You're wrapping it in a "span8", which is too narrow. Try "span12"?
On Thursday, June 13, 2013 11:31:54 AM UTC-4, [email protected] wrote: > > Hello, > > I want my carousel slider 1280x400 but if mine just keep small, help me? > Here's my HTML > > <!DOCTYPE HTML> > <html> > <head> > <link type="text/css" rel="stylesheet" href="css/bootstrap.css"/> > </head> > <body> > <div class="navbar"> > <div class="navbar-inner"> > <a class="brand" href="Index.html">SwizCraft</a> > <ul class="nav"> > <li><a href="Informatie.html"><i > class="icon-info-sign"></i> Informatie</a></li> > <li><a href="Shop.html"><i > class="icon-shopping-cart"></i> Shop</a></li> > <li><a href="Voten.html"><i > class="icon-thumbs-up"></i> Voten</a></li> > </ul> > </div> > </div> > <div class="span8"> > <div id="slider" class="carousel slide"> > <div class="carousel-inner"> > <div class="item active"> > <img src="http://placehold.it/1200x480"> > > <div class="carousel-caption"> > <h4>Headline for image1</h4> > <p>Description of image1.</p> > > > </div> > </div> > </div> > <a class="left carousel-control" href="#slider" > data-slide="prev">‹</a> > <a class="right carousel-control" href="#slider" > data-slide="next">›</a> > </div> > </div > > > > > </div> > </div> > > > > > > > > > <script src="js/bootstrap.js"></script> > </body> > </html> > -- You received this message because you are subscribed to the Google Groups "twitter-bootstrap" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
