Bootstrap carousel caption opacity -


I created a carolole using Twitter Bootstrap 2.3.2, but when resizing the browser / on small screening device View caption background it loses ambiguity

An example can be seen on the bootstrap website

(Try changing the browser to a mobile screen size, the background of the caption is a solid color What is the reason for this? How can this override?

When the 'position of' karogel-caption element 'gets' on a small screen size is' stable Instead of "full", the caption is inserted below the image.

Being above is giving the impression that the ambiguity has changed when it is not really.

If on a small screen. If the carroll-caption element was still at the top of the actual carousel image, you would hardly be able to see the image.

You can do that by creating a position: Complete on small if you want, screen in your stylesheet but I recommend leaving it the way I'm leaving it.

Something similar might work in your stylesheet:

  @ media (max-mode: 767px) {. Carousel-caption {status: complete; }}  

Comments