SHARE
Videos
SHARE
Theme: Extended Family and Friends
Moving to be with our niece and her parents. (COVID made it easier to relocate). It wasn’t straightforward but it was clear.
Page: 1 of 4
Moving to be with our niece and her parents. (COVID made it easier to relocate). It wasn’t straightforward but it was clear.
1 / 45
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;
}">