Clients
Clients
Art Direction
Branding Development
Creative Direction
Graphic Design
No Code Build
UX Consultancy
UX/UI Design
No Code Build
,
UX Consultancy
UI Design and Wordpress Development for luxury living space developer, Superior Group.
// 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'); });