ImageLogo
The parameter controls displaying the image logo on the bottom of the widget.
imageLogo: booleanImageLogo: false
removes logo to plugin view
ProductSlider({
apiKey: 'SNGbv8bSovxeDDDAXMS4Qm-ncTd8LOfORRVe0pdPkTk6o-jbu9',
backgroundURL: 'https://your-domain.com/url-address-of-the-image.jpg',
sliderType: 1,
sliderPerView: {
1200: 5,
992: 3,
768: 2,
320: 1.5
},
imageLogo: false,
enablePreview: true,
enableAutoHover: true,
rootID: 'printlean'
});

imageLogo: true
add logo to plugin view
ProductSlider({
apiKey: 'SNGbv8bSovxeDDDAXMS4Qm-ncTd8LOfORRVe0pdPkTk6o-jbu9',
backgroundURL: 'https://your-domain.com/url-address-of-the-image.jpg',
sliderType: 1,
sliderPerView: {
1200: 5,
992: 3,
768: 2,
320: 1.5
},
imageLogo: true,
enablePreview: true,
enableAutoHover: true,
rootID: 'printlean'
});Last updated