SHARE
Videos
Theme: Prenatal Diagnosis
Considering the option of terminating the pregnancy: “We felt we wanted to let this little life be whatever God wanted it to be.”
Page: 3 of 3
Considering the option of terminating the pregnancy: “We felt we wanted to let this little life be whatever God wanted it to be.”
SHARE
25 / 26
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;
}">