SHARE
Videos
SHARE
Theme: Extended Family and Friends
Mom to Grandma “I remember us talking about how you were stronger than I was giving you credit for.”
Page: 3 of 4
Mom to Grandma “I remember us talking about how you were stronger than I was giving you credit for.”
25 / 45
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;
}">