the issue was the carousel plugin was too old, version 1.3.9
this version seems to not be updateable anymore.
if you run into this issue, get the latest version from laykeymanager.com
can you check your versions and then go to laykeymanager.com ?
maybe you can download the latest lightbox version and laytheme version there and try those
maybe ur lightbox addon is really outdated and cant be updated anymore
hey there!
i think it has to do with the position of some rotation axis in the 3d file itself.
im no expert at this but i think you somehow need to change the 3d file to have a different rotation axis
I change it to
.col .lay-carousel img{
-webkit-transform: translate(0%, 0%)!important;
-ms-transform: translate(0%, 0%)!important;
transform: translate(0%, 0%)!important;
left: 0%!important;
top: 0%!important;
}
because some 4:3 (landscape) images started to move vertically.
thanx!