SHARE
Videos
SHARE
Theme: Caregiver self-care
A mom on asking for and accepting support from her community. “We’re parents, not super-heroes.”
Page: 3 of 4
A mom on asking for and accepting support from her community. “We’re parents, not super-heroes.”
26 / 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;
}">