ProductSlider API
The page describes all of the options the user could use to change the data and appearance of the slider.
Initialization script with all available parameters
ProductSlider({
rootID: 'productSlider',
apiKey: 'your-api-key',
sliderType: 4,
backgroundURL: 'https://printlean.com/store/img/photo-gallery/1.jpg',
sliderPerView: {
1200: 4,
992: 3,
768: 3,
320: 1.5,
},
imageLogo: true,
hideTitle: true,
hidePrice: true,
priceColor: '#dddddd',
type5options: {
color: 'red',
bgColor: '#ddd',
buttonText: 'print width'
},
bgToAll: true,
allButton: {
buttonText: 'See All Products',
buttonColor: '#5ab6f8'
},
linktype: 'frame'
});Required parameters
Name
Type
Default
Description
Optional parameters
Name
Type
Default
Description
Multiple usage on one page

Last updated