Type
magento2-module
Magento module wrapper for LightSlider
magento2-module
OSL 3.0
None
None
None
None
None
This module lets you use lightSlider with Magento 2 throught requirejs.
composer require msp/lightSlider
bin/magento module:enable MSP_LightSlider
bin/magento setup:upgrade
You must include the css via layout XML, for example if you want to use the gallery in the product page add to catalog_product_view.xml
:
<head>
...
<css src="MSP_LightSlider::css/lightslider.min.css"/>
...
</head>
You can init the gallery with data-mage-init
:
or with a <script type="text/x-magento-init">
: