koninklijke-collective / koning-bootstrap-carousel
TYPO3 Extension: Carousel with Bootstrap 3.* compliant HTML
Installs: 238
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 3
Open Issues: 0
Type:typo3-cms-extension
Requires
- typo3/cms-core: >=9.5.0
This package is auto-updated.
Last update: 2024-11-21 02:02:31 UTC
README
This extension offers a carousel content element that renders Bootstrap 3.* compliant HTML.
It uses a background image rather than an img tag, so background-size and background-position can be managed (per slide).
Setup
- Install the extension
- Add the
Koning Bootstrap Carousel
static template - Add the plugin
Bootstrap Carousel
to your page
Default styles
The default height is 600px. Override this by adding the following CSS:
.koning-bootstrap-carousel .item {
height: 1000px;
}
Override template
Add the following to your TypoScript setup:
plugin.tx_koningbootstrapcarousel {
view {
templateRootPaths {
20 = EXT:my_ext/Resources/Private/Templates
}
partialRootPaths {
20 = EXT:my_ext/Resources/Private/Partials
}
layoutRootPaths {
20 = EXT:my_ext/Resources/Private/Layouts
}
}
}