JQuery responsive sideshow plugin with menu and fullscreen mode.
JQuery responsive sideshow plugin with menu and fullscreen mode.
https://thibor.github.io/jsRapPicture/
Option | Type | Default | Description |
---|---|---|---|
autoplay | boolean | false | Enables auto play of slides |
autoplaySpeed | int | 3000 | Auto play change interval |
transition | int | 1000 | Transition speed |
showDefaultMenu | boolean | true | Show default menu: Next Image, Previous Image, Fullscreen, Slideshow |
src | string | ‘’ | web address of the image |
customMenu | array of strings | [] | Custom menu |
Event | Params | Description |
---|---|---|
onClickMenu | menuItem | Fires after clik menu |
onFullScreen | mode fullscreen | Fires after mode fullscreen is changed |
onLoad | width, height | Fires after image is loaded |
onNext | next | Fires when next or previous image need load |