SHARE
Videos
SHARE
Theme: Receiving the Diagnosis
I wanted to be strong for her but there were plenty of things that I screamed my head off in my car.
Page: 2 of 4
I wanted to be strong for her but there were plenty of things that I screamed my head off in my car.
13 / 39
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;
}">