vanilla-slideshow icon indicating copy to clipboard operation
vanilla-slideshow copied to clipboard

request to improve vanilla slideshow with more features missing: when having lot of images there is an issue .... pull request is blocked to post it there

Open rapgithub opened this issue 7 years ago • 4 comments

vanilla-slideshow works fine and it is great slideshow, but i wonder if you can add some improvement actions functions in the slider to control these aspects, some ideas of functions are:

sliderpreload (function to run before the slider is initialized) sliderloaded (function to run after the slider is initialized and loaded) active (function to retrieve the current active slide) slidepreload (function to run before the next slide is loaded) slideloading (function to run while the next slide is loading) slideloaded (function to run after the next slide is loaded) slideloaderror (function to determine if the next slide has failed to load)

this way I can use these functions to control the slideshow behavior, and I retrieve:

errors, run specific function before during or after slider or slide is loaded and be able to implement an imageloaded scripting to run to load images nicely if there are small or bigger etc...

I like the idea of using the imageloaded javascripting library like the one from desandro

https://imagesloaded.desandro.com

it will be a great improvement! thanks for hearing

rapgithub avatar Jul 27 '17 08:07 rapgithub