Opens in a new tab
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);
});

Modified: Tuesday, March 31 2026, 11.42pm

The New Year’s Day tradition at Ses Salines beach in Ibiza, initiated by the Dutch community and organized by the Hamersma family, has grown significantly since 2011. Thousands now participate in the festive plunge, combining a lively celebration with a sense of community. Participants share food and drinks, and the event includes the sale of commemorative t-shirts, with proceeds supporting local charities. This tradition has become a cherished part of Ibiza’s cultural landscape.

For the full article, please visit Diario de Ibiza website here.