SHARE
Videos
Theme: Feeding Tubes
How we thought about a feeding tube or no feeding tube.
Page: 2 of 2
How we thought about a feeding tube or no feeding tube.
SHARE
13 / 16
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;
}">