Actions
Feature proposal #6124
closedImplement modal photo rotate
Description
This should just be a CSS rotation stored in the items params. Only owner/moderator should be allowed to rotate. Can only be done from the modal window.
Actions
Added by krileon over 9 years ago. Updated over 9 years ago.
Description
This should just be a CSS rotation stored in the items params. Only owner/moderator should be allowed to rotate. Can only be done from the modal window.
Generic AJAX action handler implemented now so this should be super easy to add with a single function.
Already half way there with the action handler.
This probably should just store the rotation by re-processing rotation only. Imagine has a simple function for this as well.
This will be CSS driven as re-processing images is just too heavy. 90 and 270 degrees need their max-width adjusted to the max-height of the modal window though to compensate for this, but that's simple enough.