SHARE
Videos
SHARE
Theme: Advocating for your child
All the people who helped me when we were in the hospital with Jack.
Page: 8 of 10
All the people who helped me when we were in the hospital with Jack.
85 / 109
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;
}">