Supporting Your Local Salon

Supporting Your Local Salon

Supporting Your Local Salon Why Supporting Your Local Salon (and Our Jess!) Makes All the Difference  At Blackheath Hair Co, we believe a great salon experience is about more than just beautiful hair it’s about people, passion, and community. That’s why we’re so...
Moroccanoil Treatments

Moroccanoil Treatments

Moroccanoil Treatments Why We Love Moroccanoil Treatment at Blackheath Hair & Co 💙 At Blackheath Hair & Co, we’re passionate about using products that deliver real results — and one of our all-time favourites is the Moroccanoil Treatment. We’ve proudly stocked...
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(); }); });