SHARE
Video
SHARE
Theme: Baseline
We were so caught up in having a new baby, and having this new life at home with the two of them
We were so caught up in having a new baby, and having this new life at home with the two of them
2 / 10
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;
}">