Archery Interchange V5

Rik

Supporter
Supporter
Cleared and logged back in, but no change... Maybe it's an Android/chrome thing...
 

grndkntrl

Supporter
Supporter
Tried to download what the broken link points to - no dice. It can't find https://www.archeryinterchange.com/AIUK-xen-Logo.png
That's very odd; it loads okay for me in chrome/vivaldi (on Win 7) and has the img src as "https://www.archeryinterchange.com/styles/default/xenforo/AIUK-xen-Logo.png".

Do you have data-saver turned on in your android device's chrome settings?

If so it could be that that's interfering as that makes all web data get redirected via Google's cloud infrastructure and compressed/"optimised" before being passed to chrome. I don't know if firefox on android has a similar setting but if could be a similar problem there.
 

Rik

Supporter
Supporter
No, I have data-saver off. And I haven't seen it as an option in the other browser. That link you gave works for me too, so it appears to be something in the way the data is presented (maybe a "mobile" thing, though it doesn't change if I force the desktop site in chrome).
 

malbro

Instinctive Archer
Supporter
AIUK Saviour
It is to do with the web site being responsive, in other words what you see depends on the size of the display that you are using to view the web site. The web site looks different on different devices rather than just being scaled to suit the device.
In the web code the line that displays the icon is
Code:
<img src="/styles/default/xenforo/AIUK-xen-Logo.png" alt="Archery Interchange"srcset="/AIUK-xen-Logo.png 2x" />
the path for src= and srcset= is different and probably the source of your problem.

Sorry for being such a techy
 

Rik

Supporter
Supporter
I've seen issues like that before, with sites presenting Massive fonted, crippled, mobile pages to my tablet (which has a screen bigger, in real terms, than any PC I've owned). But usually it's fixed by forcing the desktop site. Some sites go off the rails though (FB insists, intermittently, in giving me mobile pages).
 

Dave

Administrator
Staff member
Fonz Awardee
Ironman
American Shoot
NOCO
I can recreate the problem on a phone screen, Rik. I'll try and correct it in the next few days.
 
Top