block lazyloading with serverside rendering?
-
I want to use server side rendering to add some stuff to the image block, including a “no lazyload” option. Is it possible to somehow block the lazy loading? I can add attributes but not remove the lazyload ones, it’s kinda weird.
My function is added via this filter (it doesn’t matter if I put priority to 20000 or 10)
add_filter( 'render_block', 'overwrite_core_blocks', 20000, 2 );
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘block lazyloading with serverside rendering?’ is closed to new replies.