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.


Reply via email to