SHARE
Video
SHARE
Theme: NICU
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.
Page: 1 of 3
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.
6 / 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;
}">