[찬양콘서트]U-TURN과 함께... 작성자예사랑|작성시간08.04.11|조회수14 목록 댓글 0 글자크기 작게가 글자크기 크게가 (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'); } }); })(); 다음검색 현재 게시글 추가 기능 열기 북마크 공유하기 신고 센터로 신고 댓글 댓글 0 댓글쓰기 답글쓰기 댓글 리스트