SHARE
Videos
Theme: Family Planning
IVF: Because the diagnosis is so rare we had to fight for insurance coverage.
Page: 3 of 3
IVF: Because the diagnosis is so rare we had to fight for insurance coverage.
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;
}">