|
Hi, First I like to say the bgndGallery plugin is great. The only problem i'm having is that in IE the images aspect ratio is wrong. I know the real problem is IE, but is there a way to keep the aspect ratio like it should be? Thanks Frans |
|
to hack this IE pre 9 bug (it doesn't mantain the aspectratio if one of the image size is changed) you should work on the "checkSize" method at line 144 of mb.bgndGallery.js file, making some conditioning and calculating the with or the height using the aspectRatio variable defined there. I'll give a look unwillingly :-) (I hate IE!!!) |


