SHARE
Videos
Theme: Bereavement: The Grief Experience
Advice to the mom that I was with my baby in the NICU: “I would say to give myself more grace.”
Page: 5 of 5
Advice to the mom that I was with my baby in the NICU: “I would say to give myself more grace.”
SHARE
49 / 53
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;
}">