SHARE
Video
SHARE
Theme: NICU
A traumatic beginning at 26 weeks. Mom: “As long as you're willing to fight, I'm here to fight with you.”
Page: 1 of 3
A traumatic beginning at 26 weeks. Mom: “As long as you're willing to fight, I'm here to fight with you.”
9 / 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;
}">