SHARE
Videos
Theme: Bereavement: The Grief Experience
“You do learn these incredibly profound lessons and I think that we have a responsibility to share that.”
Page: 5 of 5
“You do learn these incredibly profound lessons and I think that we have a responsibility to share that.”
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;
}">