In IE11, the 'complete' property on an image is set before the image is fully initialized (so it still has 0x0 dimensions). So rather than relying on this property, always just wait for the 'load' event.