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

Monday, May 06 2024, 6.25am

The Primer Diumenge de Maig celebration in Santa Eulària, known as ‘Anar a Maig’, marked its 50th edition with its traditional exhibition of flowers and plants at Teatro España, drawing large crowds and nearly a hundred participants. Despite a two-year hiatus due to the pandemic, the event remains a beloved tradition, attracting plant enthusiasts from across Ibiza. The exhibition, also a contest, featured nine categories with prizes distributed across three levels, plus additional special awards, acknowledging the dedication of participants, many of whom are long-standing veterans. Isabel García Marí, the exhibition’s coordinator, emphasized the community’s engagement and the personal commitment of the locals who nurture these plants year-round, making the event a showcase of both community spirit and horticultural passion. For the full article, please visit Diario de Ibiza website here.