Home
>
Videos
>
An MD: “I like to start the story from the very beginning. I want to feel like I was there with you … to get a glimpse of what it has been like.”
SHARE
Video
An MD: “I like to start the story from the very beginning. I want to feel like I was there with you … to get a glimpse of what it has been like.”
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;
}">