Skip to content

Commit a19defc

Browse files
Merge dimodi-patch-1-card-3322 into production (#3323)
* docs(Card): Use remote images instead of local docs images * Update image.md * Replace docs image with demo image * Delete local images --------- Co-authored-by: Dimo Dimov <[email protected]>
1 parent cf725a7 commit a19defc

File tree

5 files changed

+5
-7
lines changed

5 files changed

+5
-7
lines changed

components/card/building-blocks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Use the [`CardImage`](slug:card-image) tag to render the image section of the Ca
113113
<CardSubTitle>Capital of Italy</CardSubTitle>
114114
</CardHeader>
115115
116-
<CardImage Src="https://docs.telerik.com/blazor-ui/components/card/images/rome.jpg"></CardImage>
116+
<CardImage Src="https://demos.telerik.com/blazor-ui/images/cards/places/rome.jpg"></CardImage>
117117
118118
</TelerikCard>
119119
````

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)
-502 KB
Binary file not shown.

components/card/images/rome.jpg

-24.1 KB
Binary file not shown.

components/card/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The below snippet demonstrates the setup of a Card component with all building b
3131
<CardHeader>
3232
<CardTitle>Tourism</CardTitle>
3333
</CardHeader>
34-
<CardImage Src="https://docs.telerik.com/blazor-ui/components/card/images/rome.jpg"></CardImage>
34+
<CardImage Src="https://demos.telerik.com/blazor-ui/images/cards/places/rome.jpg"></CardImage>
3535
<CardBody>
3636
<CardTitle>Rome</CardTitle>
3737
<CardSubTitle>Capital of Italy</CardSubTitle>

0 commit comments

Comments
 (0)