SHARE
Videos
Theme: No Diagnosis
The best advice I got as a NICU Mom: Push aside all the predictions, love him and give him the necessary tools. But that’s a lot of work.
The best advice I got as a NICU Mom: Push aside all the predictions, love him and give him the necessary tools. But that’s a lot of work.
SHARE
1 / 4
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;
}">