o.remove();
const img = document.createElement('img');
img.src = $event.target.src;
img.className = 'max-w-full max-h-full object-contain rounded-lg';
o.appendChild(img);
document.body.appendChild(o);
}
">
-
모두 글 잘 읽어보았고 도움이 됐습니다
글은 좀 부끄러워서 지울게요 ㅎ