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);
}
">
다른분들보면 수치가 뚝뚝 떨어지던데 저는 조금씩 밖에 안내려가네요 불안한데요 수치가 더 내려가기도 하나요?