Videos
SHARE
Theme: Hope
A mother to clinicians: “You have to be mindful of your words. Always leave a little room for hope.” And to parents: There is always light.”
Page: 1 of 3
A mother to clinicians: “You have to be mindful of your words. Always leave a little room for hope.” And to parents: There is always light.”
1 / 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;
}">