mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-17 19:06:40 +02:00
Adds a note about the limitations on content being larger than the image.
In the event that the content is larger than the image, the content will continue to be displayed outside the image itself. There are some workarounds but they apply only to browsers that support this option and IE11 is not one of them.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
{% capture callout %}
|
||||
Note that content should not be larger than the height of the image. If content is larger than the image the content will be displayed outside the image.
|
||||
{% endcapture %}
|
||||
{% include callout.html content=callout type="info" %}
|
@@ -391,6 +391,7 @@ Turn an image into a card background and overlay your card's text. Depending on
|
||||
</div>
|
||||
{% endcapture %}
|
||||
{% include example.html content=example %}
|
||||
{% include callout-info-content-iamge-overlay-overflow.md %}
|
||||
|
||||
## Card styles
|
||||
|
||||
|
Reference in New Issue
Block a user