Home
>
Videos
>
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
Video
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.
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;
}">