Ok, I solved my problem wrapping the images with divs and setting the class "col-lg-6" in those divs, but now the image is placed a bit to the right (like a little jump) right after stopping the slide. Any help? www.ziiweb.com.
El miércoles, 14 de agosto de 2013 20:09:53 UTC+2, Federico Perez escribió: > > Hi, > > I have this code below. When I add the class "col-lg-6" to the images in > the carousel, I get an strange effect when sliding: the image is resized > right before be stopped. Any help? > > Here you have the site where happens: www.ziiweb.com > > <div id="carousel-example-generic" class="carousel slide"> > <div class="carousel-inner"> > <div class="item active row"> > <img src="images/responsive3.png" class="col-lg-6"/> > </div> > <div class="item row"> > <img src="images/responsive3.png" class="col-lg-6"/> > </div> > </div> > </div> > > Boostrap 3. > -- 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.
