?>
.
.
.
var jssor_slider1 = new $JssorSlider$("slider1_container", options);
//responsive code begin
//you can remove responsive code if you don't want the slider scales while window resizes
function ScaleSlider() {
var bodyWidth = document.body.clientWidth;
if (bodyWidth)
jssor_slider1.$ScaleWidth(Math.min(bodyWidth, ));
else
window.setTimeout(ScaleSlider, 30);
}
ScaleSlider();
$(window).bind("load", ScaleSlider);
$(window).bind("resize", ScaleSlider);
$(window).bind("orientationchange", ScaleSlider);
//responsive code end
});
.
.
.
.
그리고 이곳엔 어떻게 바꿔주어야 하나요?
px;height: px; overflow: hidden;">
|
아 그만큼 복잡한 작업인건가요?
제가 혼자 만들어보는건데 돈을 투자하기가 그래서 ㅠㅠ
복잡한거면 다른방향으로 바꿔보아야 겠네요 ㅠ