■━━━━━☜ 사진방 202

[스크랩] 무등산 설경

function Resizer(grpid) { this.limit = 10; this.wf = false; // width 완료 여부 this.hf = false; // height 완료 여부 this.prew = 0; // 이전 주기의 width this.preh = 0; // 이전 주기의 width this.intervalId = null; // setIntervalId this.resize = resize; // resize 메소드. SetInterval에 의해 주기적 호출 this.execute = execute; // 렌더링 완료 판단 후 호출 this.grpid = grpid;}function resize() { // 윈도우가 완전히 렌더링 되어 사이즈가 고정될때까지 if (..