|
@@ -116,15 +116,13 @@
|
|
|
|
|
|
<header class="main-slider">
|
|
<header class="main-slider">
|
|
<BSCarousel NumberOfItems="@items.Count">
|
|
<BSCarousel NumberOfItems="@items.Count">
|
|
- <div class="carousel-inner">
|
|
|
|
- <BSCarouselIndicators NumberOfItems="@items.Count" />
|
|
|
|
|
|
+ <div class="carousel-inner">
|
|
@for (int i = 0; i < items.Count; i++)
|
|
@for (int i = 0; i < items.Count; i++)
|
|
{
|
|
{
|
|
<BSCarouselItem src="@items[i].Source" alt="@items[i].Alt" />
|
|
<BSCarouselItem src="@items[i].Source" alt="@items[i].Alt" />
|
|
}
|
|
}
|
|
</div>
|
|
</div>
|
|
-
|
|
|
|
-
|
|
|
|
|
|
+ <BSCarouselIndicators NumberOfItems="@items.Count" />
|
|
<BSCarouselControl CarouselDirection="CarouselDirection.Previous" NumberOfItems="@items.Count"/>
|
|
<BSCarouselControl CarouselDirection="CarouselDirection.Previous" NumberOfItems="@items.Count"/>
|
|
<BSCarouselControl CarouselDirection="CarouselDirection.Next" NumberOfItems="@items.Count"/>
|
|
<BSCarouselControl CarouselDirection="CarouselDirection.Next" NumberOfItems="@items.Count"/>
|
|
</BSCarousel>
|
|
</BSCarousel>
|