CAFE

연습실

벗의도리

작성자아카시아|작성시간13.12.02|조회수47 목록 댓글 1
(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'); } }); })();
다음검색
현재 게시글 추가 기능 열기
  • 북마크
  • 공유하기
  • 신고하기

댓글

댓글 리스트
  • 작성자깔끔이 | 작성시간 13.12.02 ㅎㅎㅎ 멎진 작품 만드셨네요. 조금만 있으면 일류 되겠네요.ㅎ~
댓글 전체보기
맨위로

카페 검색

카페 검색어 입력폼