Skip to content

Commit 2e12510

Browse files
authored
982079: Added a proper image path
1 parent de9fd8a commit 2e12510

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

blazor/carousel/getting-started-with-web-app.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -222,31 +222,31 @@ N> If an **Interactivity Location** is set to `Global` and the **Render Mode** i
222222
<SfCarousel>
223223
<CarouselItem>
224224
<figure class="img-container">
225-
<img src="https://ej2.syncfusion.com/demos/src/carousel/images/bridge.jpg" alt="Golden Gate Bridge, San Francisco" style="height:100%;width:100%;" />
225+
<img src="https://cdn.syncfusion.com/blazor/images/carousel/bridge.png" alt="Golden Gate Bridge, San Francisco" style="height:100%;width:100%;" />
226226
<figcaption class="img-caption">Golden Gate Bridge, San Francisco</figcaption>
227227
</figure>
228228
</CarouselItem>
229229
<CarouselItem>
230230
<figure class="img-container">
231-
<img src="https://ej2.syncfusion.com/demos/src/carousel/images/trees.jpg" alt="Spring Flower Trees" style="height:100%;width:100%;" />
231+
<img src="https://cdn.syncfusion.com/blazor/images/carousel/trees.png" alt="Spring Flower Trees" style="height:100%;width:100%;" />
232232
<figcaption class="img-caption">Spring Flower Trees</figcaption>
233233
</figure>
234234
</CarouselItem>
235235
<CarouselItem>
236236
<figure class="img-container">
237-
<img src="https://ej2.syncfusion.com/demos/src/carousel/images/waterfall.jpg" alt="Oddadalen Waterfalls, Norway" style="height:100%;width:100%;" />
237+
<img src="https://cdn.syncfusion.com/blazor/images/carousel/waterfall.png" alt="Oddadalen Waterfalls, Norway" style="height:100%;width:100%;" />
238238
<figcaption class="img-caption">Oddadalen Waterfalls, Norway</figcaption>
239239
</figure>
240240
</CarouselItem>
241241
<CarouselItem>
242242
<figure class="img-container">
243-
<img src="https://ej2.syncfusion.com/demos/src/carousel/images/sea.jpg" alt="Anse Source d'Argent, Seychelles" style="height:100%;width:100%;" />
243+
<img src="https://cdn.syncfusion.com/blazor/images/carousel/sea.png" alt="Anse Source d'Argent, Seychelles" style="height:100%;width:100%;" />
244244
<figcaption class="img-caption">Anse Source d'Argent, Seychelles</figcaption>
245245
</figure>
246246
</CarouselItem>
247247
<CarouselItem>
248248
<figure class="img-container">
249-
<img src="https://ej2.syncfusion.com/demos/src/carousel/images/rocks.jpg" alt="Stonehenge, England" style="height:100%;width:100%;" />
249+
<img src="https://cdn.syncfusion.com/blazor/images/carousel/rocks.png" alt="Stonehenge, England" style="height:100%;width:100%;" />
250250
<figcaption class="img-caption">Stonehenge, England</figcaption>
251251
</figure>
252252
</CarouselItem>
@@ -282,7 +282,7 @@ N> If an **Interactivity Location** is set to `Global` and the **Render Mode** i
282282

283283
* Press <kbd>Ctrl</kbd>+<kbd>F5</kbd> (Windows) or <kbd>⌘</kbd>+<kbd>F5</kbd> (macOS) to launch the application. This will render the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Carousel component in your default web browser.
284284

285-
{% 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)" %}
285+
{% 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)" %}
286286

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

0 commit comments

Comments
 (0)