Is it possible to put a background-image pattern in a jssor slider and avoid to scale when resizing the screen?
This is the original background pattern
This is what happen when reducing the browser window
<div data-u="slides" style="cursor:default;position:relative;top:50px;left:0px;width:3000px;height:1500px;overflow:hidden; background-image: url(img/pattern.jpg); background-repeat:repeat;">
As jssor slider will always scale to fit the parent container.
You can create a div wit background image, and place jssor slider in the div.