-
Add rotation to "Simple Image Panner and Zoomer v1.1"
1) Script Title:"Simple Image Panner and Zoomer v1.1"
2) Script URL (on DD):http://dynamicdrive.com/dynamicindex4/imagepanner.htm
3) Describe problem: I am wanting to add image rotation to this script. I am thinking that one might use:
[code]
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
// ie
filter: progid
XImageTransform.Microsoft.BasicImage(rotation=3);
[code]
to make this happen. I have had limited success making this work.
Any ideas on the easiest way to rotate images in the context of this very good panner and zoomer?
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks