Search code examples
kentico

Image Carousel with images from Media Library Kentico 11


I want to create a bootstrap image carousel in Kentico 11 while fetching the images from the media library. Is there any step by step guide creating that in a page?


Solution

  • I would follow the below steps :-

    • Create a custom page type(content only) to have Image URL(media
      selector), AltText, Redirection URL attribute.
    • Create a folder for carousel.
    • Create pages under the folder for each carousel image and upload images via media selector & update other attributes.
    • Add the repeater transformation on the page for carousel referencing all the pages under the carousel folder.