SHARE
Videos
SHARE
Theme: Partnership and Marriage
We were lucky to always be on the same page.
Page: 2 of 4
We were lucky to always be on the same page.
15 / 37
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;
}">