SHARE
Video
SHARE
Theme: NICU
Good adequate care should encompass what happens once the children come home from the hospital.
Page: 1 of 3
Good adequate care should encompass what happens once the children come home from the hospital.
3 / 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;
}">