Tag: Bootstrap
-
Episerver Carousel using Bootstrap 4
In this post, I will show you how to implement a carousel in Episerver with Bootstrap. Check out demo here first. Create the carousel block The carousel model can be as simple as a container of all carousel items. So in our implementation, we only have one property to our carousel: [ContentType(DisplayName = “Carousel Block”,…