How to “lazy load” post thumbnail

single-post.php:

<img src="<?php the_post_thumbnail_url('medium') ?>" class="img-fluid rounded shadow-3 mb-1" alt="<?php the_title() ?>" loading="lazy">