Path : /proc/self/root/proc/self/root/home/vishqocm/public_html/
File Upload :
Current File : //proc/self/root/proc/self/root/home/vishqocm/public_html//optimize.js

// Lazy load images
document.addEventListener('DOMContentLoaded', function() {
  const images = document.querySelectorAll('img:not([loading])');
  images.forEach(img => {
    img.loading = 'lazy';
  });
});