当前位置: 软件>JavaScript软件
jQuery Image Gallery
来源: http://www.oschina.net/p/jquery-image-gallery
发布时间:2015-01-29
本文导语: Image Gallery with Lightbox effect and slideshow functionality for jQuery UI. 示例代码: $('a[rel=gallery]').imagegallery({ open: function (event, ui) {/* called on dialogopen */}, title: 'Image Gallery', // Sets the dialog title show: 'scale', // The effect to be used when the d...
Image Gallery with Lightbox effect and slideshow functionality for jQuery UI.
示例代码:
$('a[rel=gallery]').imagegallery({ open: function (event, ui) {/* called on dialogopen */}, title: 'Image Gallery', // Sets the dialog title show: 'scale', // The effect to be used when the dialog is opened hide: 'explode', // The effect to be used when the dialog is closed offsetWidth: 50, // Offset of image width to viewport width offsetHeight: 50, // Offset of image height to viewport height slideshow: 5000, // Shows the next image after 5000 ms fullscreen: true, // Displays images fullscreen (overrides offsets) canvas: true, // Displays images as canvas elements namespace: 'myimagegallery' // event handler namespace });
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。