exclude Lazy Load from Cloudflare Rocket Loader
-
Hi,
You can have Rocket Loader ignore individual scripts by adding the data-cfasync=”false” attribute to the relevant script tag, for example: <script data-cfasync=”false” src=”/javascript.js”></script>
How can I do that for Lazy Load? I can’t seem to find where is it enqueued.
Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘exclude Lazy Load from Cloudflare Rocket Loader’ is closed to new replies.