SHARE
Videos
SHARE
Theme: Bereavement: Maintaining Connection, Continuing Bonds
A bereaved mom: It was important to me to stay in contact with some of Jack’s providers.
Page: 3 of 5
A bereaved mom: It was important to me to stay in contact with some of Jack’s providers.
25 / 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;
}">