koninklijke-collective/koning-bootstrap-carousel
Composer 安装命令:
composer require koninklijke-collective/koning-bootstrap-carousel
包简介
TYPO3 Extension: Carousel with Bootstrap 3.* compliant HTML
README 文档
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 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
}
}
}
统计信息
- 总下载量: 241
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0
- 更新时间: 2016-08-13