SHARE
Video
SHARE
Theme: Hope
There was never a thought in my mind that she would die from this. I called her the Comeback Queen. . . . Then I had to get ready for that day.”
Page: 1 of 3
There was never a thought in my mind that she would die from this. I called her the Comeback Queen. . . . Then I had to get ready for that day.”
4 / 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;
}">