SHARE
Videos
Theme: Spinal Fusion
Spinal surgery for my son? The most difficult decision I’ve had to make.
Page: 4 of 4
Spinal surgery for my son? The most difficult decision I’ve had to make.
SHARE
39 / 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;
}">