SHARE
Videos
SHARE
Theme: Caregiver self-care
A Courageous Mom leads a powerful and restful yoga sequence
Page: 4 of 4
A Courageous Mom leads a powerful and restful yoga sequence
37 / 48
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;
}">