Skip to content

Instantly share code, notes, and snippets.

@ultim8k
Created February 27, 2013 15:27
Show Gist options
  • Save ultim8k/5048732 to your computer and use it in GitHub Desktop.
Save ultim8k/5048732 to your computer and use it in GitHub Desktop.
Image rotation in ie :#
/**
* Image rotation in ie :#
*/
#mypoorimage{
filter: progid:DXImageTransform.Microsoft.Matrix(
sizingMethod='auto expand',
M11=68.08510638297873,
M12=-10.0178749274099,
M21=10.0178749274099,
M22=68.08510638297873);
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=68.08510638297873, M12=-10.0178749274099, M21=10.0178749274099, M22=68.08510638297873)";
}
/* Did you actually expect it to work with that pic? */
<img id="mypoorimage" src="https://dl.dropbox.com/u/31132753/Mitsotakis_yodel.jpg" />
// alert('Hello world!');
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment