SHARE
Videos
Theme: Prenatal Diagnosis
An MD on addressing a parent’s fear of making the wrong decision for their child.
Page: 3 of 3
An MD on addressing a parent’s fear of making the wrong decision for their child.
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;
}">