SHARE
Videos
Theme: Pregnancy After Child Loss
For others, talking about Emerson's life was now okay because there was a happy ending.
Page: 2 of 2
For others, talking about Emerson's life was now okay because there was a happy ending.
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;
}">