« Back to demos index

Rotate uploaded images

The image resize robot offers a powerful "rotation" parameter. If set to "true" (default) it will fix all miss-rotated uploaded images for you. You can also give it a specific integer value, though, which you can see in action below. » Full documentation

"steps": {
  "thumb": {
    "robot": "/image/resize",
    "rotation": 90
  }
}
$(function() {
  $('form').transloadit({
    wait: true,
    autoSubmit: true
  });
});

The form

For demos we allow a maximum of 30MB.

This form is html5-multiupload enabled. If your browser supports it, you can select multiple files and execute the template with them.