jqueryrotate
jqueryrotate copied to clipboard
jQueryRotate - plugin to rotate images by any angle cross-browse with animation support
@wilq32 Hi We would like to [host ](https://github.com/cdnjs/cdnjs/pull/12280)your library on cdnjs. We have a question about version 3 file See here https://github.com/cdnjs/cdnjs/pull/12280#issuecomment-366435211 Thanks
JQueryUI
``` JQueryUI seems to break the script. No exceptions but an image is simply not rotated when calling the script. ``` Original issue reported on code.google.com by `[email protected]` on 24...
``` ggggggggg ``` Original issue reported on code.google.com by `[email protected]` on 7 Nov 2014 at 1:07 Attachments: - [jQueryRotateExample.html.patch](https://storage.googleapis.com/google-code-attachments/jqueryrotate/issue-112/comment-0/jQueryRotateExample.html.patch)
``` line 14 in the 'jQueryRotate.js', The following code is not useful, supportedCSSOrigin's value hasn't changed code: if (supportedCSSOrigin[0] == "T") supportedCSSOrigin[0] = "t"; ``` Original issue reported on code.google.com...
``` What steps will reproduce the problem? 1. $('#someImg').rotate({angle:0, center: ['50%', '50%']}) What is the expected output? What do you see instead? The image should be centered at 50% width....
``` What steps will reproduce the problem? 1.Create a UI Dialog 2.Insert an image with JQueryRotate scripts included 3.Image does not rotate What is the expected output? What do you...
``` It will be nice if this was listed in bower ;) ``` Original issue reported on code.google.com by `[email protected]` on 6 Feb 2014 at 12:09
``` When I try to call "rotate" function like: My script (abstract) $("p.angle_rotation").click(function() { $("#img").rotate({ angle: $(this).attr('data-degree'), }); }); My HTML (abstract) 0° 90° 180° 270° Nothing happens... It seems...
``` What steps will reproduce the problem? 1. Right-Click any image on a webpage 2. Choose 'Open image in new tab' What is the expected output? What do you see...
``` sd ``` Original issue reported on code.google.com by `[email protected]` on 13 Aug 2013 at 3:09 Attachments: - [jQueryRotate.js.patch](https://storage.googleapis.com/google-code-attachments/jqueryrotate/issue-101/comment-0/jQueryRotate.js.patch)