Bootstrap Carousel from Sitefinity Image Libraries
I am experiencing a tremendous amount of trouble with getting the built-in MVC Feather Image Galleries to work correctly, so I was instead thinking about implementing the standard Bootstrap carousel functionality in my pages.
Is there a way to simply use the Urls to the specific Sitefinity Images in the Image Libraries (rather than using a relative path to the file system images) as part of my Bootstrap carousel or do I have to develop some custom functionality in order to accomplish this?
Please advise.
Hello Samir,
You can take a look on the "thumbnail-strip" view of the Image gallery widget. The widget's source code could be found in GitHub.
Where to try implement the rotation for example in the JavaScript:
https://github.com/Sitefinity/feather-widgets/blob/master/Telerik.Sitefinity.Frontend.Media/Mvc/Scripts/ImageGallery/thumbnail-strip.js
or use any external third party library that provides such carousel functionality using the simple list view of the Image Gallery widget.
I hope the information above was useful.
Regards,
Svetoslav Manchev
Telerik