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);
}
">
어제 글을 올렸는데 게시판을 잘못 선택해서 글이 한참밑으로 가버렸네요ㅜ 해석 부탁드리겠습니다