SHARE
Video
SHARE
Theme: Spirituality and Religion
It’s not fair and I’m at that point where I’m not sure I believe.
Page: 3 of 4
It’s not fair and I’m at that point where I’m not sure I believe.
25 / 44
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;
}">