SHARE
Video
SHARE
Theme: Spirituality and Religion
It wasn't good but we felt that God was going to help us deal with everything.
Page: 4 of 4
It wasn't good but we felt that God was going to help us deal with everything.
37 / 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;
}">