SHARE
Video
SHARE
Theme: NICU
A mother on learning she needed to take care of herself while her baby was in the NICU.
Page: 2 of 3
A mother on learning she needed to take care of herself while her baby was in the NICU.
13 / 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;
}">