[공지] 반드시 미리보기 방지용 매너사진 삽입 부탁드리며, 고인의 영정사진 대신 평소의 모습으로 함께 추모하길 바랍니다.
아
아름다운동행
2025.12.26 13:01
|
조회 1.4k
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);
}
">