Skip to content

Commit b49e09e

Browse files
Merge pull request #7186 from Syncfusion-Content/hotfix/hotfix-v31.2.12
DOCINFRA-2341_merged_using_automation
2 parents 7c486e2 + f3ebbe0 commit b49e09e

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
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

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)