SHARE
Video
SHARE
Theme: Spirituality and Religion
Parenting a medically-complex child: I tell him, ‘This is between you and God. I’m just the one in charge of helping you become the best you can be.’
Page: 1 of 4
Parenting a medically-complex child: I tell him, ‘This is between you and God. I’m just the one in charge of helping you become the best you can be.’
5 / 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;
}">