akv2 / MaxImage

The first jQuery plugin to use jQuery Cycle plugin as a fullscreen background slideshow.
http://www.aaronvanderzwan.com/maximage/2.0/
407 stars 219 forks source link

Please preserve original image classes in "Old Browser" mode #8

Closed amclin closed 11 years ago

amclin commented 11 years ago

In "Old Browser" mode (aka IE8) the classes of the original objects don't get passed through when images are replaced with divs. This can break other scripts that expect to operate on those class names.

akv2 commented 11 years ago

This makes sense. Thanks for taking care initiative and fixing it.