-
CPN's In the Zoom Room: What Siblings Wa...
-
Writing as Healing: A Conversation with ...
-
A sister: What I want to share with othe...
-
Full Video Chat Conversation with Alexis...
-
A bereaved sister keeps her brother’s ...
-
Siblings: A sister's vision that her bro...
-
Helping Siblings Cope, from the Siblings
-
Jessica, on being Rachel's big sister. R...
SHARE
Video Collection
From the Siblings (in their words)
CPN's In the Zoom Room: What Siblings Want
SHARE
1 / 8
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;
}">