0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01: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:
Helmut Granda 2018-09-26 15:59:19 -05:00 committed by XhmikosR
parent 832a90d9d3
commit 42006e7b17
2 changed files with 5 additions and 0 deletions

View File

@ -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" %}

View File

@ -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