SHARE
Videos
Theme: Prenatal Diagnosis
“Advice to my past self at the 20-week ultrasound: It’s your decision at the end of the day.”
Page: 3 of 3
“Advice to my past self at the 20-week ultrasound: It’s your decision at the end of the day.”
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;
}">