SHARE
Videos
Theme: Siblings at End of Life
Death of a sibling from illness: We let Julia, the big sister, see the dead body.
Page: 2 of 2
Death of a sibling from illness: We let Julia, the big sister, see the dead body.
SHARE
16 / 18
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;
}">