SHARE
Video
SHARE
Theme: Pregnancy After Child Loss
The hospital where I had my second daughter was the same hospital where Emerson died
Page: 1 of 2
The hospital where I had my second daughter was the same hospital where Emerson died
7 / 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;
}">