SHARE
Videos
SHARE
Theme: Guilt and Regret
A bereaved mom: "I battled with guilt for a long time. Did we do her a disservice by keeping her on this earth for 5 months? I am learning to relinquish that because we had no clue."
Page: 2 of 2
A bereaved mom: "I battled with guilt for a long time. Did we do her a disservice by keeping her on this earth for 5 months? I am learning to relinquish that because we had no clue."
13 / 24
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;
}">