Video Collection
Casey and Brian
Parents of Freddie (10), Bethie, Mary Frances (4), Gus (8 mos)
Bethie was diagnosed in-utero with heterotaxy syndrome and died at age 14 months
Our faith was already there waiting for us, which made a big difference
SHARE
1 / 6
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;
}">