SHARE
Videos
Theme: Family Planning
More Children? It was important to talk to a third party about what we were thinking.
Page: 3 of 3
More Children? It was important to talk to a third party about what we were thinking.
SHARE
25 / 26
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;
}">