SHARE
Videos
SHARE
Theme: Guilt and Regret
Photos help remind me that we made the right choice.
Page: 2 of 2
Photos help remind me that we made the right choice.
13 / 24
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;
}">