• Resolved me240

    (@me240)


    Hello,

    I am using this plugin and it works fine.
    But when my post is embedded by oEmbed (the URL mentioned in another post), no thumbnails are shown.

    For your information, it can be solved by this code in my functions.php.
    add_filter( 'do_rocket_lazyload', function ($r) { return $r && !is_embed(); } )

    Thanks.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Lazy lode does not work in embedded post’ is closed to new replies.