wilq32-pwitkowski / jqueryrotate

jQueryRotate - plugin to rotate images by any angle cross-browse with animation support
http://jqueryrotate.com
151 stars 58 forks source link

Rotation with High resolution image #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'm trying to rotate PNG image of size around 780KB. it works well on all 
browsers excepts IEs. Image disappears when I click on next arrow (which 
actually rotates image 40 degree)and after some time loads then it works well.

can you please look into this issue?

Thanks,
ankIT

Original issue reported on code.google.com by ankit.va...@gmail.com on 27 Jun 2011 at 11:49

GoogleCodeExporter commented 9 years ago
Its kinda huge image. I guess that VML image replacement takes quite a while.

For your purposes I advice to use a jQueryRotate3.js  from trunk as it supports 
different approach for rotating images in IE generally :)

Original comment by wil...@gmail.com on 4 Aug 2011 at 3:06

GoogleCodeExporter commented 9 years ago
Other approach is just to call .rotate(0) on a image after page load - it just 
make sure on IE that whenever you need to rotate object - its already Ready to 
be rotated :)

Original comment by wil...@gmail.com on 17 Nov 2011 at 2:53