Download the PHP package koninklijke-collective/koning-bootstrap-carousel without Composer
On this page you can find all versions of the php package koninklijke-collective/koning-bootstrap-carousel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download koninklijke-collective/koning-bootstrap-carousel
More information about koninklijke-collective/koning-bootstrap-carousel
Files in koninklijke-collective/koning-bootstrap-carousel
Download koninklijke-collective/koning-bootstrap-carousel
More information about koninklijke-collective/koning-bootstrap-carousel
Files in koninklijke-collective/koning-bootstrap-carousel
Vendor koninklijke-collective
Package koning-bootstrap-carousel
Short Description TYPO3 Extension: Carousel with Bootstrap 3.* compliant HTML
License LGPL-3.0+
Homepage https://github.com/koninklijke-collective/koning_bootstrap_carousel/
Package koning-bootstrap-carousel
Short Description TYPO3 Extension: Carousel with Bootstrap 3.* compliant HTML
License LGPL-3.0+
Homepage https://github.com/koninklijke-collective/koning_bootstrap_carousel/
Please rate this library. Is it a good library?
Informations about the package koning-bootstrap-carousel
koning_bootstrap_carousel
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 Carouselstatic template - Add the plugin
Bootstrap Carouselto 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
}
}
}All versions of koning-bootstrap-carousel with dependencies
PHP Build Version
Package Version
Requires
typo3/cms-core Version
>=9.5.0
The package koninklijke-collective/koning-bootstrap-carousel contains the following files
Loading the files please wait ...