Hair Transformations

Hair Transformations

Hair Transformations Blackheath Hair & Co. offer first-class customer service and creates a relaxed and enjoyable environment. Our skilled stylists excel in colouring and cutting techniques, ensuring each client’s hair is styled to reveal its true natural...
2024 Colour Predictions

2024 Colour Predictions

2024 Colour Predictions At Blackheath Hair & Co, where excellence in hair care meets a passion for style. As we usher in 2024, our team of expert stylists is excited to share the upcoming trends in hair colouring. From sophisticated shades to bold statements,...
jQuery(document).ready(function($) { function equalizeHeight() { var tallestHeight = 0; // Ensure all elements are set to auto first to get the correct height $(".rest").css("height", "auto"); // Get the height of the tallest element $(".tallest").each(function() { var currentHeight = $(this).outerHeight(); if (currentHeight > tallestHeight) { tallestHeight = currentHeight; } }); // Apply the height to all elements with the class "rest" $(".rest").each(function() { $(this).css("height", tallestHeight); }); } // Run on page load $(window).on("load", function() { equalizeHeight(); }); // Run again if the window resizes $(window).resize(function() { equalizeHeight(); }); // Run again if images are loaded dynamically $("img").on("load", function() { equalizeHeight(); }); });