mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
minor bugfix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
907dbcd8c4
commit
cb07bb2eb4
@ -998,7 +998,7 @@ function rotateImage(direction, image){
|
|||||||
img.attr('orientation', o)
|
img.attr('orientation', o)
|
||||||
|
|
||||||
// account for proportions...
|
// account for proportions...
|
||||||
correctImageProportionsForRotation(img, direction)
|
correctImageProportionsForRotation(img)
|
||||||
})
|
})
|
||||||
|
|
||||||
$('.viewer').trigger('rotating' + direction.capitalize(), [image])
|
$('.viewer').trigger('rotating' + direction.capitalize(), [image])
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user