Home
>
Videos
>
“I don’t use the terminology of quality of life. It labels something that is very difficult to label.” A perinatal doctor on listening to what is in the parents’ heart and hearing where they are headed.
SHARE
Video
“I don’t use the terminology of quality of life. It labels something that is very difficult to label.” A perinatal doctor on listening to what is in the parents’ heart and hearing where they are headed.
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;
}">