• Resolved zagriyen

    (@zagriyen)


    Hello,
    How to replace the data-URI image by mine, like a loading gif per example.
    thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WP Media

    (@wp_media)

    Hi,

    Here is an example of the filter available and how to use it

    add_filter( 'rocket_lazyload_placeholder', function() {
        return 'https://example.com/loading.gif';
    }
    Thread Starter zagriyen

    (@zagriyen)

    Hi,
    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom data-URI’ is closed to new replies.