SHARE
Video
SHARE
Theme: Pregnancy After Child Loss
We waited a few months, and decided we wanted to try to have another child.
Page: 1 of 2
We waited a few months, and decided we wanted to try to have another child.
11 / 13
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;
}">