SHARE
Videos
Theme: Bereavement: The Grief Experience
The death of a child and a husband, and now solo parenting: “I’ve learned to live life with grief.”
Page: 5 of 5
The death of a child and a husband, and now solo parenting: “I’ve learned to live life with grief.”
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;
}">