SHARE
Video Collection
Telling the child’s story
“Noah is a trainwreck on paper but he is so much more than that.” A mother’s high alert vigilance and advocacy for 14 years
SHARE
1 / 7
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;
}">