Trigger the resizing manually

⚠️ This article was created for developers!

To be able to follow the steps, you're required to have coding knowledge. If you're not a developer and can't achieve what you're looking for, consider hiring a developer.

Make sure to carefully follow the tutorial and write correct code. We're unable to provide help with custom coding, or the possible issues that are happening because of them.

Smart Slider 3 takes up its size and the positions of the layers, when the website loads or when the browser is resized. But it doesn't resize, if you would just resize the containing elements of the slider using JavaScript, unless if you trigger this code:

_N2.r('#n2-ss-10', function(){
    _N2['#n2-ss-10'].responsive.doResize();
});

The number 10 should be the ID of the slider.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.