SHARE
Video
SHARE
Theme: Hope
Spinal Surgery: These children have rich lives outside the hospital.
Page: 2 of 3
Spinal Surgery: These children have rich lives outside the hospital.
13 / 32
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;
}">