toymakerlabs / kenburns

A Jquery gallery featuring CSS3 hardware accelerated pan-and-zoom, Ken Burns style transitions.
161 stars 65 forks source link

Width is reset with height #26

Open YetiFace opened 7 years ago

YetiFace commented 7 years ago

Line 129 is currently:

imagesObj["image"+index].width = $(this).height();

Surely this should be setting the height?