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]]]
이 정도면 몇기일까요??
인터넷으로 영어 해석만 해봤는데 어느정도 인지는 알수가 없네요.