SHARE
Videos
SHARE
Theme: Palliative Care
"We didn't think we would leave the hospital [following his birth]."
Page: 3 of 9
"We didn't think we would leave the hospital [following his birth]."
25 / 107
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;
}">