SHARE
Videos
Theme: Partnership and Marriage
When only one parent is in the hospital: It was hard relaying our daughter’s updates to my husband.
Page: 4 of 4
When only one parent is in the hospital: It was hard relaying our daughter’s updates to my husband.
SHARE
37 / 37
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;
}">