coverflow _destroy incomplete :: includes fix
Closed this issue · 1 comments
Archetrix commented
I have been using this for changing picture displays without reloading the page but just destroying coverflow, rebuilding the image list and reapplying coverflow. I saw the effect of reduced height on the outer coverflow-div some time cutting off images.
After extending the _destroy function with this one line everything works flawlessly.
" this.element.height(''); "
I haven't checked to see if anything else needs to be unset/removed on destroy, but so far everything works fine.
Love your function. Didn't want to fork for this simple fix.
vanderlee commented
Thanks for the fix. The height()
setting was only recently added, so I guess I just forgot all about the _destroy
. Pushing it to github as we speak.