SHARE
Video
SHARE
Theme: NICU
NICU bedside nurses take the brunt of a lot things. Watching babies suffer is always a challenge.
Page: 1 of 3
NICU bedside nurses take the brunt of a lot things. Watching babies suffer is always a challenge.
7 / 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;
}">