SHARE
Videos
SHARE
Theme: Access and Equity
Community-based palliative care is not adequately available to all families who would benefit. Access is not even.
Page: 1 of 3
Community-based palliative care is not adequately available to all families who would benefit. Access is not even.
1 / 30
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;
}">