SHARE
Videos
Theme: End of Life
Our son’s last day: “We knew we had done everything possible for him. It was right, despite how wrong it was.”
Page: 7 of 7
Our son’s last day: “We knew we had done everything possible for him. It was right, despite how wrong it was.”
SHARE
73 / 75
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;
}">