I have a image resizer function that resize images proportional. On every image load a call this function with image and resize if its width or height is bigger than my max
It's because IE can't calculate width and height of display: none images. Use visibility: hidden instead.
display: none
visibility: hidden