function updateHeaderHeight() {
        // Get the height of #brx-header
        const headerHeight = document.querySelector('#brx-header').offsetHeight;
          
        // Store the height in the CSS custom property --header-height
        document.documentElement.style.setProperty('--brxw-header-height', headerHeight + 'px');
    }

    // Execute the function as soon as the document is ready
    document.addEventListener('DOMContentLoaded', function() {
        updateHeaderHeight();  // Initial update of header height when the document is ready

        // Update the header height on window resize and orientation change
        window.addEventListener('resize', updateHeaderHeight);
        window.addEventListener('orientationchange', updateHeaderHeight);
});

The bottle cap camping shower by Matt

Thanks to Matt for this one…

Last time I visited mike I brought him out a solar shower – the black bags you fill with water and heat under the sun (this). But hereโ€™s a new shower that is even more compact and simple, and doesnโ€™t break!

You can make this in 30 seconds and costs zero:

diy-camping-shower

diy-camping-shower-bottle-cap

left it in the sun for a couple of hours. Mikeย tested it…

diy-camping-shower-bottle

Mike: Good shower that. This is perfect for camping and festivals. Nice one! We could make these bottle caps into keyrings?

Thanks for sharing!
Comment below
guest
8 Comments
Most Voted
Newest Oldest
Inline Feedbacks
View all comments