Fix placeholder image

This commit is contained in:
Mark Otto 2021-01-13 17:58:59 -08:00
parent 5f5be8a35c
commit f78ec2507b

View file

@ -69,7 +69,7 @@ Click the button the below to show as toast (positioning with our utilities in t
<div class="position-fixed bottom-0 end-0 p-3" style="z-index: 5">
<div id="liveToast" class="toast hide" role="alert" aria-live="assertive" aria-atomic="true">
<div class="toast-header">
{{< placeholder width="20" height="20" background="#007aff" class="rounded me-2" text="false" title="false" >}}
<img src="..." class="rounded me-2" alt="...">
<strong class="me-auto">Bootstrap</strong>
<small>11 mins ago</small>
<button type="button" class="btn-close" data-bs-dismiss="toast" aria-label="Close"></button>