일산여성 합창단 작성자엔젤 맘|작성시간08.11.10|조회수283 목록 댓글 0 글자크기 작게가 글자크기 크게가 고양시여성 합창 <일산여성 합창 > 정기연주회 > 준회원 정회원 우수회원 특별회원 조회수 : 1 08.11.10 18:10 http://cafe.daum.net/ilsanwomanch/39aE/34 연락처 019 491 7855 추가 연락 미리연락주시면 당일에 초대권을 드립니다 // (function () { var sumOfWidth = 100; var gridImages = Array.prototype.slice.call(document.querySelectorAll('[data-ke-type="imageGrid"] .image-container span')); gridImages.reverse().forEach(function (img) { // 행이 넘어가는지 명확하게 확인하기 위해 역순으로 순회 var width = Number(img.style.width.replace('%', '')); sumOfWidth += width; img.style.flexGrow = width; img.style.minWidth = 'calc(' + img.style.width + ' - 1.2% - 1px)'; var isRightmost = Math.floor(sumOfWidth) > 100; // width 합이 100이 초과하면 다음 행으로 넘어감 if (isRightmost) { sumOfWidth = width; img.classList.add('rightmost'); } }); })();