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

Tuesday, July 23 2024, 1.43pm

Ibiza is frequented by many celebrities in summer. A good occasion to visit the island is the celebration of a birthday. This has been the case of Marc Cucurella who landed in the pitiusa mayor last Tuesday with a great reception from his followers.

 

Just after winning the Eurocup the Spanish national team footballer has taken the opportunity to rest, ride a jet ski and sail a yacht in the waters of Ibiza. He has also enjoyed his newly turned 26 years old and the good weather with his three children and his wife, Claudia Rodriguez, with a new look, braids and the red hairas Cucurella kept his promise and dyed his hair in honor of his team’s color.

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