1. Go to this page and download the library: Download quexer69/yii-slit-slider library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
$this->widget(
'vendor.quexer69.yii-slit-slider.SlitSliderWidget',
array(
'orientation' => 'horizontal', // default orientation if slit has no orientation set
'imagePreset' => 'slitslider', // P3Media image preset for pictures
'order' => 'rank DESC', // sort order of the slits
'scaleable' => '1', // responsive or defined height and width
'groupId' => NULL, // show all slits for a group_id
'max_width' => '2000px', // needed for scalabel = 1 (true)
'width' => '100%', // css width of the wrapper
'height' => '500px', // can be set on scalabel = 0 (false)
)
);