diff --git a/wp-content/themes/pub/wporg-learn-2024/functions.php b/wp-content/themes/pub/wporg-learn-2024/functions.php index 8ba495a74..986143fd8 100644 --- a/wp-content/themes/pub/wporg-learn-2024/functions.php +++ b/wp-content/themes/pub/wporg-learn-2024/functions.php @@ -159,7 +159,7 @@ function eager_load_first_card_rows_images( $attr, $attachment, $size ) { if ( is_front_page() || is_archive() || is_search() || is_page( 'my-courses' ) ) { $image_count++; - if ( $image_count <= 6 ) { + if ( $image_count <= 3 ) { $attr['loading'] = 'eager'; $attr['fetchpriority'] = 'high'; }