Skip to content

Commit

Permalink
fix(docs): bad title for 'Image thumbnails' example (#1573)
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond authored Oct 26, 2022
1 parent 9e3c9ba commit d77b871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/5.2/content/images.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Images in Boosted are made responsive with `.img-fluid`. This applies `max-width
In addition to our [border-radius utilities]({{< docsref "/utilities/borders" >}}), you can use `.img-thumbnail` to give an image a 2px border appearance.

{{< example >}}
{{< placeholder width="200" height="200" class="img-thumbnail" title="A generic square placeholder image with a white border around it, making it resemble a photograph taken with an old instant camera" >}}
{{< placeholder width="200" height="200" class="img-thumbnail" title="A generic square placeholder image with a gray border around it" >}}
{{< /example >}}

## Aligning images
Expand Down

0 comments on commit d77b871

Please sign in to comment.