I created carousel using this one tutorial Per Zimmerman animation tutorial and its works fine, but this tutorial is for web forms. Now I installed Alloy MVC site using Deployment Center. And I would like to create the same carousel for MVC and using bootstrap. Can somebody provide me with documentation how create carousel in Episerver MVC site using bootstrap ? Thanks!
I posted the same question here EpiServer World The answer is: Per Zimmerman tutorial is for Web Forms, but I tryied to implement it in MVC Site. Thats why it doesnt work. But you can create carousel using ContentArea in MVC Site. You should create for example block with one field Image and than add few blocks to ContentArea. After that you can get that blocks in controller and display images in View!