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);
}
">
์ด์ ๊ธ
๊ฐ๊ณ ์ฃผํ์์ ํ์ด์
๋ค์๊ธ
๋ฆผํ์ ์ปค์ง์ดํ์ ์ง๋ฃ๋ฐ์๋ด์ฉ(๋์์3๊ธฐC)