SHARE
Video
SHARE
Theme: NICU
"The biases we have in the NICU: We sell families short because we're intensivists. We're inpatient."
Page: 1 of 3
"The biases we have in the NICU: We sell families short because we're intensivists. We're inpatient."
1 / 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;
}">