I have the following code in my javascript :
var demoSlider_3 = Sliderman.slider({container: 'SliderName_3',
width: 167,
height: 250,
effects: effectsDemo3,
display: { autoplay: 4000 }
});
What I'm trying to do is to set the width and the height in the CSS file (I'm trying to make it responsive).
For now i haven't find the solution...
so if anybody has a clue I'll appreciate your help !
Thank you