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);
}
">
이 영상보고 많은 생각과 감동을 받았네요..
저두 아름답게 살아보려 노력하려고요!