-
You have to try to do what’s best for ...
-
Parents need to own how stretched they f...
-
I worry in phases about how Jake’s dea...
-
Be gentle with yourself as you parent yo...
-
Dividing, Getting Out, Staying In, Accep...
-
We’re still trying to figure out the b...
-
Sometimes we let others stay with Kristi...
-
Being their mom is a joyful thing.
SHARE
Video Collection
Common Worries When Caring for Your Other Children
You have to try to do what’s best for all your children.
SHARE
1 / 8
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;
}">