Nick Davis

  • Disable lazyload on WordPress image

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

Theme by Anders Norén