Skip to content

Commit ff99582

Browse files
committed
Image page
1 parent 0c14ca3 commit ff99582

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

Documentation/Blazorise.Docs/Pages/Docs/Components/Image/ImagePage.razor

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,30 +26,27 @@
2626
<DocsPageSectionHeader Title="Basic example">
2727
Simply set the <Code>Source</Code> attribute and you’re good to go.
2828
</DocsPageSectionHeader>
29-
<DocsPageSectionContent Outlined FullWidth>
29+
<DocsPageSectionContent Outlined FullWidth SourceCode="BasicImageExample">
3030
<BasicImageExample />
3131
</DocsPageSectionContent>
32-
<DocsPageSectionSource Code="BasicImageExample" />
3332
</DocsPageSection>
3433

3534
<DocsPageSection>
3635
<DocsPageSectionHeader Title="Deferred Loading">
3736
Add <Code>Loading</Code> parameter to enable image to dynamically load when you scroll into view.
3837
</DocsPageSectionHeader>
39-
<DocsPageSectionContent Outlined FullWidth>
38+
<DocsPageSectionContent Outlined FullWidth SourceCode="ImageLoadingExample">
4039
<ImageLoadingExample />
4140
</DocsPageSectionContent>
42-
<DocsPageSectionSource Code="ImageLoadingExample" />
4341
</DocsPageSection>
4442

4543
<DocsPageSection>
4644
<DocsPageSectionHeader Title="Fluid image">
4745
By enabling <Code>Fluid</Code> parameter, it forces an image to take up the whole width of its container.
4846
</DocsPageSectionHeader>
49-
<DocsPageSectionContent Outlined FullWidth>
47+
<DocsPageSectionContent Outlined FullWidth SourceCode="ImageFluidExample">
5048
<ImageFluidExample />
5149
</DocsPageSectionContent>
52-
<DocsPageSectionSource Code="ImageFluidExample" />
5350
</DocsPageSection>
5451

5552
<DocsPageSection>
@@ -61,10 +58,9 @@
6158
If you inspect the image with devtools you will be able to see <Code>alt</Code> assigned.
6259
</Paragraph>
6360
</DocsPageSectionHeader>
64-
<DocsPageSectionContent Outlined FullWidth>
61+
<DocsPageSectionContent Outlined FullWidth SourceCode="ImageTextExample">
6562
<ImageTextExample />
6663
</DocsPageSectionContent>
67-
<DocsPageSectionSource Code="ImageTextExample" />
6864
</DocsPageSection>
6965

7066
<ComponentApiDocs ComponentTypes="[typeof(Image)]" />

0 commit comments

Comments
 (0)