When a post is embedded by oEmbed (a URL mentioned in another post), no thumbnails are shown. It can be solved by this code in functions.php. `add_filter( 'do_rocket_lazyload', function ($r) { return $r && !is_embed(); } );`