nathansearles / slidesjs

SlidesJS is obsolete and no longer maintained.
https://nathansearles.github.io/slidesjs/
1.72k stars 357 forks source link

Update() callback #562

Open thinsoldier opened 10 years ago

thinsoldier commented 10 years ago

On smaller screen sizes I want to change the aspect ratio of the slideshow to be about 1/3 taller. It is possible to change the options.height value and then call update() manually. But when trying to do this in response to a window resize, sometimes my manual height change and call to update happens and then the built in height change and update call happens which overrides my manual call. And other times it happens the other way around and I see my desired change.

It would be more consistent if I could pass a function to be run after every time slidesjs runs its update() function.