Lazyload on Mobile Only
-
Great plugin! – Is there a way to only switch on LazyLoading for mobile? I didn’t know if we can add something into the functions, something like this (I know this is wrong… but..something along these lines)
if ( wp_is_mobile() ) {
add_filter(
‘wp_lazy_loading_enabled’,
‘__return_true’
);
}Or is there perhaps another way you can suggest?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Lazyload on Mobile Only’ is closed to new replies.