SHARE
Videos
Theme: Prenatal Diagnosis
Medical Uncertainty: What the data says vs. what is going to happen with this particular baby.
Page: 3 of 3
Medical Uncertainty: What the data says vs. what is going to happen with this particular baby.
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;
}">