SHARE
Videos
SHARE
Theme: Caregiver self-care
A mother on learning she needed to take care of herself while her baby was in the NICU.
Page: 1 of 4
A mother on learning she needed to take care of herself while her baby was in the NICU.
4 / 48
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;
}">