SHARE
Videos
Theme: Tracheostomy
Exploring the idea of a Trach: “No one could give me a guarantee that it would extend the quality of her life.”
Page: 4 of 4
Exploring the idea of a Trach: “No one could give me a guarantee that it would extend the quality of her life.”
SHARE
37 / 37
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;
}">