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);
}
">
뭐가 이리 검사가 많은지 궁금한것 투성이네요.
뭔가 무서운게 적혀있을까 무서워요.
도움에 감사드립니다.