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);
}
">
미리 알아놔야 할 거 같아서 ㅜ
아시는분 말씀 부탁드려요~