SHARE
Video
SHARE
Theme: NICU
A Mom: The focus is on the baby, but what about strengthening the mom and the dad? … Families need to feel empowered to ask for what they need.
Page: 1 of 3
A Mom: The focus is on the baby, but what about strengthening the mom and the dad? … Families need to feel empowered to ask for what they need.
4 / 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;
}">