Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
header image: support image carousel HugoBlox#399
Enable to show multiple images in the header image of a page. The implementation uses Bootstrap, which is already included. The images, captions, additional indicator CSS class for styling, and interval time are configurable. Example YAML style in document header: --- header: carousel: interval: 5000 indicator_cssclass: carousel-indicators-botleft items: - image: header_image_1.jpg caption: "Caption 1" - image: header_image_2.jpg caption: "Caption 2" ---
- Loading branch information