jaukia / zoomooz

An easy-to-use jQuery plugin for making zooming web pages.
http://janne.aukia.com/zoomooz/
1.79k stars 275 forks source link

transform-origin: center #129

Open kollsen1337 opened 4 years ago

kollsen1337 commented 4 years ago

Hey hey,

some time has passed since any issue was commented, but I´ll try here anyhow, as I have no other possibility to get this solved.

I have several images that are rotated 90 deg. They have to be positioned with the attr: transform-origin: center.

In this case the zoomooz plugin is zooming to the position where the picture would be with the attr: transform-origin: 0 0;

I changed the transform-origin value to "center" in the zoomooz.js but it´s still not working.

Any hint on that?