SHARE
Video
SHARE
Theme: Spirituality and Religion
“I would tell my old me, my earlier self, ‘Let go and Let God. Stay positive.”
Page: 1 of 4
“I would tell my old me, my earlier self, ‘Let go and Let God. Stay positive.”
9 / 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;
}">