提交 19cb6edf 编写于 作者: C Catouse

* improve lightbox.

上级 bc1b7a81
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
width: Math.min(winWidth, this.width) width: Math.min(winWidth, this.width)
}); });
if(winWidth < (this.width + 30)) modal.addClass('lightbox-full'); if(winWidth < (this.width + 30)) modal.addClass('lightbox-full');
e.ready(); e.ready(200);
}); });
modal.find('.prev').toggleClass('show', groups.filter('[data-group-index="' + (groupIndex - 1) + '"]').length > 0); modal.find('.prev').toggleClass('show', groups.filter('[data-group-index="' + (groupIndex - 1) + '"]').length > 0);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册