SHARE
Videos
Theme: Partnership and Marriage
If we hadn’t gotten married for the right reasons, I think we probably wouldn’t be married right now.
Page: 4 of 4
If we hadn’t gotten married for the right reasons, I think we probably wouldn’t be married right now.
SHARE
37 / 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;
}">