By default WordPress provide lazy loading for image blocks. If you want to disable that you have to set false in wp_lazy_loading_enabled
filter.
add_filter( 'wp_lazy_loading_enabled', '__return_false' );
WordPress Buddy
By default WordPress provide lazy loading for image blocks. If you want to disable that you have to set false in wp_lazy_loading_enabled
filter.
add_filter( 'wp_lazy_loading_enabled', '__return_false' );