SHARE
Videos
Theme: Pregnancy After Child Loss
“I live everyday with the memories of what happened to my son, and it will never be apart from me.”
Page: 2 of 2
“I live everyday with the memories of what happened to my son, and it will never be apart from me.”
SHARE
13 / 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;
}">