0

Does anybody know why the zoom controls don't render properly on the map below? The issue occurs in IE 10 and Chrome, it's fine in Firefox. Sometimes when I refresh the page the zoom controls render fine.

enter image description here

Chris
  • 816
  • 4
  • 11
  • 23
  • Are you using any framework? Bootstrap for example. – PiLHA Oct 10 '13 at 11:53
  • I am using the PrototypeJS framework – Chris Oct 10 '13 at 12:00
  • the css on your page conflicts with that on those images. – geocodezip Oct 10 '13 at 13:17
  • @geocodezip I thought that might be the case but the first time I go to that webpage the zoom controls don't render properly but when I refresh the page the controls render fine. It's quite random. – Chris Oct 11 '13 at 00:32
  • What I don't understand is that why sometimes the zoom controls render fine and sometimes they don't. – Chris Oct 11 '13 at 02:05
  • In IE 10 the zoom controls appear to render properly for like a second and then they disappear. Then I refresh the page and the zoom controls render fine. – Chris Oct 11 '13 at 02:23

1 Answers1

0

The issue was caused by CloudFlare's Mirage 2 which automatically optimizes image loading through virtualized and lazy-loaded images.

Chris
  • 816
  • 4
  • 11
  • 23