SHARE
Videos
SHARE
Theme: Caregiver self-care
“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.”
5 / 48
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;
}">