@@ -499,22 +499,22 @@ When using card groups with footers, their content will automatically line up.
499
499
``` html
500
500
<div >
501
501
<b-card-group >
502
- <b-card title =" Title" img-src =" https://placekitten.com/g/300/450" img-alt =" Img " img-top >
502
+ <b-card title =" Title" img-src =" https://placekitten.com/g/300/450" img-alt =" Image " img-top >
503
503
<b-card-text >
504
504
This is a wider card with supporting text below as a natural lead-in to additional content.
505
505
This content is a little bit longer.
506
506
</b-card-text >
507
507
<div slot =" footer" ><small class =" text-muted" >Last updated 3 mins ago</small ></div >
508
508
</b-card >
509
509
510
- <b-card title =" Title" img-src =" https://placekitten.com/g/300/450" img-alt =" Img " img-top >
510
+ <b-card title =" Title" img-src =" https://placekitten.com/g/300/450" img-alt =" Image " img-top >
511
511
<b-card-text >
512
512
This card has supporting text below as a natural lead-in to additional content.
513
513
</b-card-text >
514
514
<div slot =" footer" ><small class =" text-muted" >Last updated 3 mins ago</small ></div >
515
515
</b-card >
516
516
517
- <b-card title =" Title" img-src =" https://placekitten.com/g/300/450" img-alt =" Img " img-top >
517
+ <b-card title =" Title" img-src =" https://placekitten.com/g/300/450" img-alt =" Image " img-top >
518
518
<b-card-text >
519
519
This is a wider card with supporting text below as a natural lead-in to additional content.
520
520
This card has even longer content than the first to show that equal height action.
@@ -536,22 +536,22 @@ automatically line up.
536
536
``` html
537
537
<div >
538
538
<b-card-group deck >
539
- <b-card title =" Title" img-src =" https://picsum.photos/300/300/?image=41" img-alt =" Img " img-top >
539
+ <b-card title =" Title" img-src =" https://picsum.photos/300/300/?image=41" img-alt =" Image " img-top >
540
540
<b-card-text >
541
541
This is a wider card with supporting text below as a natural lead-in to additional content.
542
542
This content is a little bit longer.
543
543
</b-card-text >
544
544
<div slot =" footer" ><small class =" text-muted" >Last updated 3 mins ago</small ></div >
545
545
</b-card >
546
546
547
- <b-card title =" Title" img-src =" https://picsum.photos/300/300/?image=41" img-alt =" Img " img-top >
547
+ <b-card title =" Title" img-src =" https://picsum.photos/300/300/?image=41" img-alt =" Image " img-top >
548
548
<b-card-text >
549
549
This card has supporting text below as a natural lead-in to additional content.
550
550
</b-card-text >
551
551
<div slot =" footer" ><small class =" text-muted" >Last updated 3 mins ago</small ></div >
552
552
</b-card >
553
553
554
- <b-card title =" Title" img-src =" https://picsum.photos/300/300/?image=41" img-alt =" Img " img-top >
554
+ <b-card title =" Title" img-src =" https://picsum.photos/300/300/?image=41" img-alt =" Image " img-top >
555
555
<b-card-text >
556
556
This is a wider card with supporting text below as a natural lead-in to additional content.
557
557
This card has even longer content than the first to show that equal height action.
@@ -579,8 +579,7 @@ set them to display: inline-block as column-break-inside: avoid isn’t a bullet
579
579
<b-card
580
580
title =" Card title that wraps to a new line"
581
581
img-src =" https://placekitten.com/g/400/450"
582
- img-fluid
583
- img-alt =" image"
582
+ img-alt =" Image"
584
583
img-top
585
584
>
586
585
<b-card-text >
@@ -601,8 +600,7 @@ set them to display: inline-block as column-break-inside: avoid isn’t a bullet
601
600
<b-card
602
601
title =" Title"
603
602
img-src =" https://placekitten.com/500/350"
604
- img-fluid
605
- img-alt =" image"
603
+ img-alt =" Image"
606
604
img-top
607
605
>
608
606
<b-card-text >
@@ -628,9 +626,9 @@ set them to display: inline-block as column-break-inside: avoid isn’t a bullet
628
626
<b-card-text class =" small text-muted" >Last updated 3 mins ago</b-card-text >
629
627
</b-card >
630
628
631
- <b-card img-src =" https://picsum.photos/400/400/?image=41" img-fluid img- alt =" image " overlay />
629
+ <b-card img-src =" https://picsum.photos/400/400/?image=41" img-alt =" Image " overlay />
632
630
633
- <b-card img-src =" https://picsum.photos/400/200/?image=41" img-fluid img- alt =" image " img-top >
631
+ <b-card img-src =" https://picsum.photos/400/200/?image=41" img-alt =" Image " img-top >
634
632
<b-card-text >
635
633
This is a wider card with supporting text below as a natural lead-in to additional content.
636
634
This card has even longer content than the first.
0 commit comments