SHARE
Videos
SHARE
Theme: Guilt and Regret
Two brothers with cardiomyopathy-one dies unexpectedly at home; keeping the medical team
Page: 2 of 2
Two brothers with cardiomyopathy-one dies unexpectedly at home; keeping the medical team
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;
}">