SHARE
Videos
Theme: Tracheostomy
The medical providers were respectful of our faith especially when it guided our decisions.
Page: 4 of 4
The medical providers were respectful of our faith especially when it guided our decisions.
SHARE
37 / 37
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;
}">