SHARE
Videos
SHARE
Theme: Spinal Fusion
Spinal fusion surgery involves many different conversations over time ...
Page: 2 of 4
Spinal fusion surgery involves many different conversations over time ...
14 / 39
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;
}">