Home
>
Videos
>
A couple’s advice to fellow parents: “Don’t do anything you’re not comfortable with; It’s OK to say to the doctor, ‘I don’t know, can you please give me a list of things to consider.’"
SHARE
Video
A couple’s advice to fellow parents: “Don’t do anything you’re not comfortable with; It’s OK to say to the doctor, ‘I don’t know, can you please give me a list of things to consider.’”
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;
}">