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);
}
">
이럴 땐 어떻게 해야 하나요
억지로라도 드시게 해야 할 것 같은데