SHARE
Videos
SHARE
Theme: Access and Equity
A mother on what it takes to get listened to by your child’s physician
Page: 3 of 3
A mother on what it takes to get listened to by your child’s physician
25 / 30
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;
}">