Video Collection
Emily and Darren
Parents of Parker (15) Christopher (4) and Jacob (2). Christopher has Hurler Syndrome (MPS Type 1) and has had a stem cell transplant.
Docs didn’t look at the Whole Child: It took a year to get the Hurler diagnosis.
SHARE
1 / 6
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;
}">