Skip to content

Commit

Permalink
fix(docs): modal with image example wasn't rendered (#1884)
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond authored Mar 8, 2023
1 parent 5a1bd13 commit cf34b49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/content/docs/5.3/components/modal.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ Below is a _static_ modal example (meaning its `position` and `display` have bee

Modals may start with a picture. Add `.modal-img` to your `<img>` or `<svg>` tag—being `.modal-content`'s first child— and you're done!

<div class="bd-example bd-example-modal">
<div class="modal" tabindex="-1">
<div class="bd-example bg-body-tertiary">
<div class="modal position-static d-block" tabindex="-1">
<div class="modal-dialog">
<div class="modal-content">
{{< placeholder width="100%" height="260" class="modal-img" text="Image cap" >}}
Expand Down

0 comments on commit cf34b49

Please sign in to comment.