How to remove lazy-loading from first 6 images in WordPress?
You would do this by filtering the threshold to change it from the default 3 to 6 via wp_omit_loading_attr_threshold: See: https://developer.wordpress.org/reference/functions/wp_omit_loading_attr_threshold/ https://developer.wordpress.org/reference/hooks/wp_omit_loading_attr_threshold/