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);
}
">
보여드리면 반응이 좋았어서 웃자고 올려봐요~
[[[CONTENT-ELEMENT-0]]]