Skip Image Lazy Load
-
I’m trying to prevent my website logo from opening with lazy loading, but it’s not working!
My logo class is site-branding-logo and I added that to my css, in theme->appearance->css:function mysite_customize_lazy_images( $blocked_classes ) { $blocked_classes[] = 'site-branding-logo'; return $blocked_classes; } add_filter( 'jetpack_lazy_images_blocked_classes', 'mysite_customize_lazy_images' );Is there something I’m doing wrong?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Skip Image Lazy Load’ is closed to new replies.