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

Camping next to a glacier in Norway’s Jostedalsbreen National Park

This place is home to the largest glacier in continental Europe, and some of the best nature I’ve ever experienced

If you’re in Norway I highly recommend going here: Jostedalsbreen National Park.

And if you don’t plan on going to Norway, I hope you can experience it a little through this post… 

Also see: VIDEO: Kjenndalen Glacier in Norway – drone footage in here!

This is Jostedalsbreen National Park

It’s here, in Norway

It has this tropical feel to it

But don’t be fooled; that water is cold, freshly melted glacier ice

We followed the twisting roads around the fjords and rivers

Dense shades of lushness, green and alive 

You can drive right into this Valley

Just follow this narrow road

Through the rainbow entrance

Your room with a view

Get out and walk, past the stop sign 

You can get close to the Kjenndalen Glacier

Don’t forget to wash your face in the meltwater… 

And to have a look at the rest of the galaxy 

Because there’s a lot to see

I realise there is so much more to Jostedalsbreen National Park. Next time I’d like to actually do a hike along the huge Jostedalsbreen Glacier, but I suppose that takes a bit more organising. 

Has anyone been here or planning to go? share in the comments 🙂

Also see these posts: 

Norway by campervan – the scenic road you must not miss

Hiking Norway’s most famous hike: Trolltunga – and where to park the van

Pin this post

Comment below
Subscribe
Notify of
guest
24 Comments
Most Voted
Newest Oldest
Inline Feedbacks
View all comments