Solved Cloudflare Mirage disables the GIF under "Install the App Button"

This topic has been solved
T

The Dark Wizard

Guest
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:

<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

Continue reading...