SHARE
Videos
Theme: Bereavement: Parenting Partnership and Marriage
Bereavement: how is the rest of the family doing – son, husband? Talking about it!
Bereavement: how is the rest of the family doing – son, husband? Talking about it!
SHARE
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;
}">