-
“Sometimes families need permission fo...
-
A physician:“I am Team Parent.”
-
A physician’s story: When the family f...
-
The best advice I got as a NICU Mom: Pus...
-
When he wants to do something, you just ...
-
A Perinatal MD: We don’t really know w...
-
Trisomy 13 and 18 as an example of some ...
-
The mother of a medically complex child�...
-
“Noah is a trainwreck on paper but he ...
-
A physician on the power differential be...
-
Mom: I know that he has completed everyt...
-
Frankie: Losing his voice but still comm...
SHARE
Videos
Theme: Advocating for your child
“Sometimes families need permission for an off-ramp.”
Page: 1 of 10
“Sometimes families need permission for an off-ramp.”
SHARE
1 / 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;
}">