XenForo
Administrative
- Thread starter
- Admin
- #1
Hey all,
We use Cloudflare mirage, which is really helpful since we have a huge amount of mobile traffic from around the world. While mirage is enabled:
Code:
Becomes:
Code:
Read more
Read more about this Feed . . .
We use Cloudflare mirage, which is really helpful since we have a huge amount of mobile traffic from around the world. While mirage is enabled:
Code:
<img src="{{ base_url('styles/default/xenforo/add_to_home.gif') }}" width="222" height="480" loading="eager" />
Becomes:
Code:
Code:
<p style="text-align: center">
<img data-cfsrc="/styles/default/xenforo/add_to_home.gif" width="222" height="480" style="display:none;visibility:hidden;"><noscript><img...
Read more
Read more about this Feed . . .