Ask questions and get good answers on mb.jQuery.components

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

asked Aug 24 '11 at 04:01

Hubble's gravatar image

Hubble
1


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!!!)

answered Aug 24 '11 at 13:57

Matteo%20Bicocchi's gravatar image

Matteo Bicocchi ♦♦
1776129

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Tags:

×6
×2
×1

Asked: Aug 24 '11 at 04:01

Seen: 279 times

Last updated: Aug 24 '11 at 13:57

jQuery main site - Matteo Bicocchi