SHARE
Video
SHARE
Theme: NICU
To be your child’s advocate: “If you have questions, Ask. Don’t be afraid of the doctors.”
Page: 1 of 3
To be your child’s advocate: “If you have questions, Ask. Don’t be afraid of the doctors.”
11 / 32
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;
}">