SHARE
Videos
SHARE
Theme: Palliative Care
"I wish palliative care had arrived three weeks earlier…It was such a relief."
Page: 5 of 9
"I wish palliative care had arrived three weeks earlier…It was such a relief."
49 / 107
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;
}">