SHARE
Videos
SHARE
Theme: Extended Family and Friends
Extended Family: It’s been a lifeline to have each other.
Page: 1 of 4
Extended Family: It’s been a lifeline to have each other.
10 / 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;
}">