SHARE
Video Collection
Life at Home Post SF Surgery
Spinal Fusion Surgery in Children: A mom reflects several years post surgery
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;
}">