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);
});

Van conversion products: Safety

Mike Hudson โ€“ author of this post

Here are the products I used and recommend for preparation stages of my van conversion.

Note: these are affiliate links, which means you’ll be helping me if you buy using these links (no extra cost to you). Thanks

First alert 10 year smoke alarm

smoke alarm

There may be cheaper ones but this is the one I have. It has a lithium battery so it will last for 10 years. I mounted this on the ceiling in my van.

BUY-NOW-Button-Amazon-uk

 

Fireangel Carbon Monoxide alarm (CO alarm)

CO alarm

This has a digital readout display and can even show the peak CO readings from the previous 4 weeks. Also has a temperature display that is pretty useful. Battery is built in and lasts for 7 years. I mounted this just above the kitchen in my van

BUY-NOW-Button-Amazon-uk

Powder fire extinguisher

Powder fire extinguisher

This is suitable for class A, B and C fires, and it’s what’s recommended for homes and cars. I mounted this just on the inside of the side door so it can be easily accessed from inside or outside.

BUY-NOW-Button-Amazon-uk

Fire blanket

fire blanket

Another essential safety product for a van. I keep this just under the cooker and I make sure everyone knows where it is if they’re cooking

BUY-NOW-Button-Amazon-uk

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