-
The post-mortem debrief: We were gratefu...
-
Cremation and burial: We’re not quite ...
-
A mom - "My mom initiated conversations ...
-
Because we got to do it twice, we learne...
-
The funeral began the healing.
-
People need to do what feels right to th...
-
A couple disagrees on open or closed cas...
-
I didn’t plan anything.
-
We didn’t let ourselves think about th...
SHARE
Video Collection
What Comes After Death: Making Arrangements
The post-mortem debrief: We were grateful for the opportunity to ask questions and find healing.
SHARE
1 / 9
0) {
const rect = $el.getBoundingClientRect();
const clickX = $event.clientX - rect.left;
const percentage = clickX / rect.width;
const newTime = percentage * $store.globalAudio.duration;
$refs.audio.currentTime = newTime;
}">