Zen Hair Extensions – Pony Tails

Zen Hair Extensions – Pony Tails

Zen Hair Extensions – Pony Tails Let’s face it, life can get hectic. Between work, errands, and social commitments, achieving that perfect hairstyle can feel like a luxury we just don’t have time for. But what if there was a way to instantly...
Elevate Your Festive Look

Elevate Your Festive Look

Elevate Your Festive Look Elevate Your Festive Look with Blackheath Hair & Co. This Season As the festive season fast approaches, there’s no better time to elevate your style and make a statement for all your Christmas and New Year parties. At Blackheath Hair...
Colour Matching in Hair Extensions

Colour Matching in Hair Extensions

Colour Matching in Hair Extensions Mastering the Art of Colour Matching in Hair Extensions: The Blackheath Hair & Co Approach  Hair extensions have the power to transform your appearance, giving you the freedom to explore new lengths, volumes, and styles without...
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(); }); });