Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds a note about limitations on content being larger than the image #27321

Merged
5 changes: 5 additions & 0 deletions site/docs/4.1/components/card.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,11 @@ Turn an image into a card background and overlay your card's text. Depending on
{% endcapture %}
{% include example.html content=example %}

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

## Card styles

Cards include various options for customizing their backgrounds, borders, and color.
Expand Down