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, August 02 2024, 6.58am

#Universal Humanity is a project by artist Thomas Iser that aims to create a portrait of humanity, celebrating diversity through a black and gold eye motif inspired by the Japanese art of kintsugi. This technique symbolizes turning brokenness into something valuable, reflecting Iser’s personal struggles and resilience. Recently in Ibiza, Iser added Katy Perry to his collection of nearly 10,000 portraits, alongside other celebrities like Pharrell Williams and Gigi Hadid. Iser encountered Perry by chance and, after introducing his project, she agreed to pose. The project underscores that everyone is a “very important piece of humanity.” Additionally, Iser addresses social issues like housing affordability through his art, highlighting the need for social justice in areas like Luxembourg and Ibiza. Despite occasional run-ins with the law, Iser remains committed to his positive impact through urban art. For the full article, please visit Diario de Ibiza website here.