Trong phiên bản WordPress mới ở trong hàm: wp_get_attachment_image sẽ mặc định có thuộc tính loading hỗ trợ lazyload, tuy nhiên trong một số trường hợp bị lỗi bạn cần tắt tính năng lazyload này đi. vd: ảnh ở trong slider

Để tắt tính năng lazyload bạn cần chỉnh thuộc tính loading=eager là được

echo wp_get_attachment_image( $image, $size, false, [
  'class' => 'your-class-here', 
  'loading' => 'eager'
] );

 

Bài viết liên quan

post-no-image

Add the Meta Box Upload Multiple Images and multiple metabox

post-no-image

Add the Meta Box Repeat

post-no-image

Kỹ thuật debounce trong javascript – Trì hoãn nhập từ khóa trong ô input

post-no-image

Thêm VS Code snippets

post-no-image

Query only seach by title

post-no-image

Hướng dẫn tạo form có validate, upload file nhiều bước và xử lý ajax