rocket-lazy-load icon indicating copy to clipboard operation
rocket-lazy-load copied to clipboard

No thumbnails for oEmbed post

Open WordPresseur opened this issue 5 years ago • 0 comments

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(); } );

WordPresseur avatar Jul 23 '20 16:07 WordPresseur