属性 | 描述 | 默认值 |
allowUserZoom | 是否允许用户使用放大镜 | true |
fadeInSpeed | 浏览的时候图片淡入的速度 | 250 |
fadeOutSpeed | 浏览的时候图片淡出的速度 | 250 |
autoStartSlideshow | 浏览图片的时候自动开启幻灯模式 | false |
backButtonHideEnabled | 用户单击后退按钮是是否隐藏界面 | true |
captionAndToolbarHide | 是否隐藏标题与工具栏 | false |
captionAndToolbarAutoHideDelay | 设置自动隐藏标题与工具栏的等待时间 | 5000毫秒 |
captionAndToolbarOpacity | 工具栏透明度 | 0.8 80% |
(function(window, $, PhotoSwipe){ $(document).ready(function(){ $('div.gallery-page') .live('pageshow', function(e){ var currentPage = $(e.target), options = {allowUserZoom:true}, photoSwipeInstance = $("ul.gallery a", e.target).photoSwipe(options, currentPage.attr('id')); return true; }) .live('pagehide', function(e){ var currentPage = $(e.target), photoSwipeInstance = PhotoSwipe.getInstance(currentPage.attr('id')); if (typeof photoSwipeInstance != "undefined" && photoSwipeInstance != null) { PhotoSwipe.detatch(photoSwipeInstance); } return true; }); }); }(window, window.jQuery, window.Code.PhotoSwipe)); |
欢迎光临 PhoneGap中文网 (http://bbs.phonegap100.com/) | Powered by Discuz! X3.2 |