SHARE
Videos
SHARE
Theme: Caregiver self-care
Advice to the mom that I was with my baby in the NICU: “I would say to give myself more grace.”
Page: 1 of 4
Advice to the mom that I was with my baby in the NICU: “I would say to give myself more grace.”
3 / 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;
}">