I think my case is one of that where the page builder disables lazyloading. Can anyone tell me how and where should I apply the filter above?
Apply lazy load for all images, videos and iframe from content
a3_lazy_load_html
Example:
apply_filters( ‘a3_lazy_load_html’, $your_content, null )
thanks a lot,
Pedro