Home
>
Videos
>
“It was very weird to have a newborn with a DNR paper on our fridge. . . It was one of the most uncertain times we could ever be in as humans.”
SHARE
Video
“It was very weird to have a newborn with a DNR paper on our fridge. . . It was one of the most uncertain times we could ever be in as humans.”
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;
}">