SHARE
Videos
Theme: Spinal Fusion
Saying no to spinal surgery: I couldn't imagine her going through a major surgery like that
Page: 4 of 4
Saying no to spinal surgery: I couldn't imagine her going through a major surgery like that
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;
}">