From bc47f645b511600b386e7d6647c78125b928e5b6 Mon Sep 17 00:00:00 2001 From: Svetoslav Dimitrov Date: Wed, 23 Jun 2021 09:29:41 +0300 Subject: [PATCH] fix(gridlayout): images --- components/gridlayout/items.md | 4 ---- components/gridlayout/overview.md | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/components/gridlayout/items.md b/components/gridlayout/items.md index 566ad9111..08a59c07a 100644 --- a/components/gridlayout/items.md +++ b/components/gridlayout/items.md @@ -133,10 +133,6 @@ The `Column` parameter controls in which column the `GridLayoutItem` will reside ```` ->caption The result from the code snippet above - -![spacing example](images/stacklayout-layout-spacing-example.gif) - ## ColumnSpan The `ColumnSpan` parameter defines the how many columns the item will occupy. diff --git a/components/gridlayout/overview.md b/components/gridlayout/overview.md index d33503fc2..3267e9d1b 100644 --- a/components/gridlayout/overview.md +++ b/components/gridlayout/overview.md @@ -76,7 +76,7 @@ To use the Telerik GridLayout for Blazor: >caption The result from the code snippet above -![overview of the GridLayout functionality](images/gridlayout-overview-basic-example.png121) +![overview of the GridLayout functionality](images/gridlayout-overview-basic-example.png) >caption Component namespace and reference