SHARE
Video Collection
Multidisciplinary Approach
Spinal Fusion Surgery: One medical provider should be the point person
SHARE
1 / 2
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;
}">