PORTFOLIO

디자인 지그가 완성한 공간들을 소개합니다

데이터를 불러오는 중입니다...
if (document.getElementById('lightbox').classList.contains('show')) { if (slideTimer) clearInterval(slideTimer); document.getElementById('lightbox').classList.remove('show'); document.body.style.overflow = ''; } }); // ESC 키, 방향키로 제어 document.addEventListener('keydown', function (e) { if (e.key === 'Escape') closeLightbox(); if (e.key === 'ArrowLeft') changeImg(-1); if (e.key === 'ArrowRight') changeImg(1); }); window.onload = loadPortfolio;