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

Friday, December 29 2023, 10.06am

A man has suffered “serious burns” and is in a “critical condition” after an accident with a fireplace inside his home in the Can Fornet neighbourhood of Santa Eulària. According to the Ibiza and Formentera Health Department, the injured man is 31 years old and of Italian nationality. The man was initially taken by SAMU061 to the Hospital de Can Misses, where he was admitted to the Intensive Care Unit at 8 pm. Once stabilised, he was transferred to the Burn Unit of the Hospital de la Fe, in Valencia. The prognosis is “reserved” and his condition “critical”.

The facts have happened this Thursday at 18.41 hours, when the tenant of this house was “affected by a deflagration when lighting the fireplace,” as reported by the Insular Fire Department in their social networks. When firefighters have arrived at the scene, the fire was already extinguished. The house was also attended by agents of the Local Police of Santa Eulària and SAMU061 personnel.

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