vmasciotta/magento2-owl-carousel
Composer 安装命令:
composer require vmasciotta/magento2-owl-carousel
包简介
A simple module that allows you to use OwlCarousel with Magento 2
README 文档
README
This simple module allows You to use OwlCarousel following the Magento way.
How to install
This module is now available through Packagist ! You don't need to specify the repository anymore.
Add the following lines into your composer.json
...
"require":{
...
"vmasciotta/magento2-owl-carousel":"^1.0.0"
}
or simply digit
composer require vmasciotta/magento2-owl-carousel
Then type the following commands from your Magento root:
$ composer update
$ ./bin/magento cache:disable
$ ./bin/magento module:enable Vmasciotta_OwlCarousel
$ ./bin/magento setup:upgrade
$ ./bin/magento cache:enable
How to use
Using data-mage-init:
<div id="owl-demo" data-mage-init='{ "OwlCarousel":{ "autoPlay": 3000, "items" : 4, "itemsDesktop" : [1199,3], "itemsDesktopSmall" : [979,3] } } '> <div class="item"><img src="http://owlgraphic.com/owlcarousel/demos/assets/owl1.jpg" alt="Owl Image"></div> <div class="item"><img src="http://owlgraphic.com/owlcarousel/demos/assets/owl2.jpg" alt="Owl Image"></div> <div class="item"><img src="http://owlgraphic.com/owlcarousel/demos/assets/owl3.jpg" alt="Owl Image"></div> <div class="item"><img src="http://owlgraphic.com/owlcarousel/demos/assets/owl4.jpg" alt="Owl Image"></div> <div class="item"><img src="http://owlgraphic.com/owlcarousel/demos/assets/owl5.jpg" alt="Owl Image"></div> <div class="item"><img src="http://owlgraphic.com/owlcarousel/demos/assets/owl6.jpg" alt="Owl Image"></div> <div class="item"><img src="http://owlgraphic.com/owlcarousel/demos/assets/owl7.jpg" alt="Owl Image"></div> <div class="item"><img src="http://owlgraphic.com/owlcarousel/demos/assets/owl8.jpg" alt="Owl Image"></div> </div>
Using <script> tag:
<div id="owl-demo"> <div class="item"><img src="http://owlgraphic.com/owlcarousel/demos/assets/owl1.jpg" alt="Owl Image"></div> <div class="item"><img src="http://owlgraphic.com/owlcarousel/demos/assets/owl2.jpg" alt="Owl Image"></div> <div class="item"><img src="http://owlgraphic.com/owlcarousel/demos/assets/owl3.jpg" alt="Owl Image"></div> <div class="item"><img src="http://owlgraphic.com/owlcarousel/demos/assets/owl4.jpg" alt="Owl Image"></div> <div class="item"><img src="http://owlgraphic.com/owlcarousel/demos/assets/owl5.jpg" alt="Owl Image"></div> <div class="item"><img src="http://owlgraphic.com/owlcarousel/demos/assets/owl6.jpg" alt="Owl Image"></div> <div class="item"><img src="http://owlgraphic.com/owlcarousel/demos/assets/owl7.jpg" alt="Owl Image"></div> <div class="item"><img src="http://owlgraphic.com/owlcarousel/demos/assets/owl8.jpg" alt="Owl Image"></div> </div> <script type="text/x-magento-init"> { "#owl-demo": { "OwlCarousel": { "autoPlay": 3000, "items": 4, "itemsDesktop": [1199, 3], "itemsDesktopSmall": [979, 3] } } } </script>
统计信息
- 总下载量: 2.8k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 22
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2016-10-11