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:
parent
832a90d9d3
commit
42006e7b17
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user