SHARE
Videos
Theme: Prenatal Diagnosis
A life-limiting fetal diagnosis: Trisomy 18 as an example of supporting parents’ choices.
Page: 3 of 3
A life-limiting fetal diagnosis: Trisomy 18 as an example of supporting parents’ choices.
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;
}">