Ecommerce revamp for British skincare brand, Grüum.

It’s worth noting that half way through the project, Grüum decided not to migrate their site to WordPress, and Velstar would no longer be building it. However, they were so pleased with the UX/UI side of the project, they wanted to continue that partnership, and it’s worth noting that although I designed the entirety of their new website, I was not involved in the build, nor the QA.

// Select all images in the "gallery" class const images = document.querySelectorAll('.work img'); // Loop through each image and add the loading attribute images.forEach(image => { image.setAttribute('loading', 'lazy'); });