msp/lightslider 0.1.1

Magento module wrapper for LightSlider

Type

magento2-module

License

OSL 3.0

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Magento 2 LightGallery module

This module lets you use lightSlider with Magento 2 throught requirejs.

Installation

composer require msp/lightSlider
bin/magento module:enable MSP_LightSlider
bin/magento setup:upgrade

Usage

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">: