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);
}
">
안 좋은가요?
아시는 분이나 경험있는 분 대답 부탁드립니다ㅠㅠ