
document.addEventListener('DOMContentLoaded', function() {
  const lcpImage = document.querySelector('img.t889__blockimg-img');
  if (lcpImage) {
    lcpImage.setAttribute('fetchpriority', 'high');
    lcpImage.removeAttribute('loading');
  }
});
