SHARE
Videos
SHARE
Theme: Bereavement: Maintaining Connection, Continuing Bonds
“I really believe my son has an eternal soul.”
Page: 1 of 5
“I really believe my son has an eternal soul.”
4 / 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;
}">