게시판 이미지 새창열기시 좌우스크롤 생기는 문제 수정
This commit is contained in:
@ -104,6 +104,12 @@ $.fn.imgLoad = function(callback) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(win_w < screen.width) {
|
||||||
|
if(window.outerWidth){
|
||||||
|
win_w = win_w + (window.outerWidth - (document.documentElement.clientWidth || window.innerWidth));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
window.moveTo(win_l, win_t);
|
window.moveTo(win_l, win_t);
|
||||||
window.resizeTo(win_w, win_h);
|
window.resizeTo(win_w, win_h);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user