SHARE
Videos
Theme: Bereavement: The Grief Experience
“It’s a deep wisdom you come away with at the cost of extreme suffering.”
Page: 5 of 5
“It’s a deep wisdom you come away with at the cost of extreme suffering.”
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;
}">