I need a (responsive) bootstrap carousel - much like the standard example: http://getbootstrap.com/javascript/#carousel
However, I need each images to 'cover' the containing div. So if it's a different ratio to the image the top & bottom, or left & right will be not visible - avoiding black bars.
I also need the left & right navigation buttons present, as well as the dot indicators allowing navigation & for users to see which image they are on.
I also need text within each slide that changes with each slide / isn't static. I found this but it has static text - I was unable to get the text moving - it also lacks the navigation buttons and dot indicators: https://bootsnipp.com/snippets/featured/fullscreen-background-carousel
How can I do this? thx.