SHARE
Videos
Theme: Prenatal Diagnosis
Most people adapt: “Parents craft their story whether their baby lives or dies based on who they’ve become after they’ve birthed this child.”
Page: 3 of 3
Most people adapt: “Parents craft their story whether their baby lives or dies based on who they’ve become after they’ve birthed this 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;
}">