Home
>
Videos
>
“I would be lying if I said it didn’t rattle our faith in God . . . I think it’s OK to have Why questions and not have perfect clarity.”
SHARE
Video
“I would be lying if I said it didn’t rattle our faith in God . . . I think it’s OK to have Why questions and not have perfect clarity.”
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;
}">