angular-modal-gallery icon indicating copy to clipboard operation
angular-modal-gallery copied to clipboard

Hi, I'm searching a way to rotate images inside the gallery.

Open hn6pot opened this issue 6 years ago • 3 comments

I'm using images with exif data and i would like to change the image rotation on my component depending on the exif-orientation. Is there a way to rotate image inside the gallery ?

Regards

hn6pot avatar May 25 '18 11:05 hn6pot

this is not a feature of this library, however It's interesting and I'll experiment a little bit to find a way to implement it.

However I cannot promise anything. If I'll implement this, I'll do for the next major release in October (probably)

Ks89 avatar May 27 '18 16:05 Ks89

I confirm that I'll work on this issue for release 7.0.0 I'll use this technique http://jsfiddle.net/4t8nJ/427/

If you want, feel free to contribute with a pull request to speed up the development

Ks89 avatar Jun 16 '18 15:06 Ks89

After some experiments I found many issues about the common technique to rotate images with css. In fact, it break the layout. I'll experiment other solutions before to confirm if I'll be able to include it in 7.0.0 or not.

Ks89 avatar Aug 18 '18 22:08 Ks89