Skip to content

Commit de9fd8a

Browse files
authored
982079: Added a proper image path.
1 parent 5456514 commit de9fd8a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

blazor/carousel/getting-started.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -151,31 +151,31 @@ Add the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Carousel compone
151151
<SfCarousel>
152152
<CarouselItem>
153153
<figure class="img-container">
154-
<img src="https://ej2.syncfusion.com/demos/src/carousel/images/bridge.jpg" alt="Golden Gate Bridge, San Francisco" style="height:100%;width:100%;" />
154+
<img src="https://cdn.syncfusion.com/blazor/images/carousel/bridge.png" alt="Golden Gate Bridge, San Francisco" style="height:100%;width:100%;" />
155155
<figcaption class="img-caption">Golden Gate Bridge, San Francisco</figcaption>
156156
</figure>
157157
</CarouselItem>
158158
<CarouselItem>
159159
<figure class="img-container">
160-
<img src="https://ej2.syncfusion.com/demos/src/carousel/images/trees.jpg" alt="Spring Flower Trees" style="height:100%;width:100%;" />
160+
<img src="https://cdn.syncfusion.com/blazor/images/carousel/trees.png" alt="Spring Flower Trees" style="height:100%;width:100%;" />
161161
<figcaption class="img-caption">Spring Flower Trees</figcaption>
162162
</figure>
163163
</CarouselItem>
164164
<CarouselItem>
165165
<figure class="img-container">
166-
<img src="https://ej2.syncfusion.com/demos/src/carousel/images/waterfall.jpg" alt="Oddadalen Waterfalls, Norway" style="height:100%;width:100%;" />
166+
<img src="https://cdn.syncfusion.com/blazor/images/carousel/waterfall.png" alt="Oddadalen Waterfalls, Norway" style="height:100%;width:100%;" />
167167
<figcaption class="img-caption">Oddadalen Waterfalls, Norway</figcaption>
168168
</figure>
169169
</CarouselItem>
170170
<CarouselItem>
171171
<figure class="img-container">
172-
<img src="https://ej2.syncfusion.com/demos/src/carousel/images/sea.jpg" alt="Anse Source d'Argent, Seychelles" style="height:100%;width:100%;" />
172+
<img src="https://cdn.syncfusion.com/blazor/images/carousel/sea.png" alt="Anse Source d'Argent, Seychelles" style="height:100%;width:100%;" />
173173
<figcaption class="img-caption">Anse Source d'Argent, Seychelles</figcaption>
174174
</figure>
175175
</CarouselItem>
176176
<CarouselItem>
177177
<figure class="img-container">
178-
<img src="https://ej2.syncfusion.com/demos/src/carousel/images/rocks.jpg" alt="Stonehenge, England" style="height:100%;width:100%;" />
178+
<img src="https://cdn.syncfusion.com/blazor/images/carousel/rocks.png" alt="Stonehenge, England" style="height:100%;width:100%;" />
179179
<figcaption class="img-caption">Stonehenge, England</figcaption>
180180
</figure>
181181
</CarouselItem>
@@ -206,6 +206,6 @@ Add the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Carousel compone
206206
}
207207
</style>
208208
```
209-
{% previewsample "https://blazorplayground.syncfusion.com/embed/BZVTXWhIpyDoMAim?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor Carousel Component.](images/blazor-carousel-getting-started.png)" %}
209+
{% previewsample "https://blazorplayground.syncfusion.com/embed/hthSMMhiVkQbevAP?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor Carousel Component.](images/blazor-carousel-getting-started.png)" %}
210210

211211
N> [View Sample in GitHub](https://github.com/SyncfusionExamples/Blazor-Getting-Started-Examples/tree/main/Carousel).

0 commit comments

Comments
 (0)