Skip to content

Commit 0bec26f

Browse files
authored
Update image.md
1 parent 165c923 commit 0bec26f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

components/card/image.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ position: 7
1212

1313
Every Blazor Card can have a dedicated area to render a card image that will fill the size of the card. The content of the CardImage as well as its size is completely customizable through the available configuration options.
1414

15-
>caption Use the CardImage building block to insert an image in the Card. The result from the snippet below.
16-
17-
![Image in Card](images/cardimage-example.png)
15+
>caption Use the CardImage building block to insert an image in the Card
1816
1917
````RAZOR
2018
@* Insert an image in the Card *@
@@ -25,7 +23,7 @@ Every Blazor Card can have a dedicated area to render a card image that will fil
2523
<CardSubTitle>Bulgaria, Europe</CardSubTitle>
2624
</CardHeader>
2725
28-
<CardImage Src="https://docs.telerik.com/blazor-ui/components/card/images/rila_lakes.jpg"></CardImage>
26+
<CardImage Src="https://demos.telerik.com/blazor-ui/images/cards/bg/rila_lakes.jpg"></CardImage>
2927
3028
<CardActions Layout="CardActionsLayout.Stretch">
3129
<TelerikButton Class="k-flat" Icon="@SvgIcon.HeartOutline" Title="Like"></TelerikButton>
@@ -49,4 +47,4 @@ The CardImage provides the following features:
4947

5048
## See Also
5149

52-
* [Live Demo: Card Building Blocks](https://demos.telerik.com/blazor-ui/card/building-blocks)
50+
* [Live Demo: Card Building Blocks](https://demos.telerik.com/blazor-ui/card/building-blocks)

0 commit comments

Comments
 (0)