Disable lazyload on WordPress image

<?php
the_post_thumbnail( '', array( 'loading' => 'eager' ) );