SHARE
Videos
Theme: Bereavement: The Grief Experience
Processing the grief: I needed a narrative. It was helpful to go through the medical records, make sense of what had happened.
Page: 5 of 5
Processing the grief: I needed a narrative. It was helpful to go through the medical records, make sense of what had happened.
SHARE
49 / 53
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;
}">