Using Bootstrap Carousel for news content

I am trying to use Bootstrap Carousel feature to display news instead of images on my site. I have it in a fluid container and a fluid row but because the different news sections are not the same size, the container keeps changing sizes. The forward and back navs jump as well. I had copied the code from Codepen - http://codepen.io/redfrost/pen/mzHjb. I only have one item showing at a time but it cycles through all the news that is currently available. How do I stop the container from jumping and the nav from jumping? It is due to the container and row being fluid?

http://staging.sacramentgame.com/index1.html

Fixed it. Added a height to the thumbnail and got rid of the background images for the controls.

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.