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

Photos of PSY-FI festival 2015 in the Netherlands

This is the third edition of the PSY-FI festival in the Netherlands. The location is really amazing with 6 beaches, 5 stages and 2 islands. This is definitely one to come back to!
So here’s a photo gallery of 5 days spent at this amazing psychedelic music and arts festival in leeuwarden, Netherlands.
[envira-gallery id=”8633″]
Thanks for sharing!
Comment below
guest
2 Comments
Most Voted
Newest Oldest
Inline Feedbacks
View all comments