SHARE
Video
SHARE
Theme: Spirituality and Religion
Finding support: “Our faith community really held us up.”
Page: 1 of 4
Finding support: “Our faith community really held us up.”
2 / 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;
}">