SHARE
Videos
Theme: Spinal Fusion
Spinal fusion surgery: We spent time weighing both options.
Page: 4 of 4
Spinal fusion surgery: We spent time weighing both options.
SHARE
37 / 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;
}">