SHARE
Video
SHARE
Theme: Hope
A physician on learning how to understand and consider when the family is ‘hoping for a miracle.'
Page: 1 of 3
A physician on learning how to understand and consider when the family is ‘hoping for a miracle.'
2 / 32
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;
}">