update justifiedGallery to versio 3.6.0

This commit is contained in:
Mario Vavti 2015-07-01 11:34:36 +02:00
parent 22cb09f537
commit 9c4e9f8759
3 changed files with 997 additions and 595 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
/*! /*!
* Justified Gallery - v3.5.4 * Justified Gallery - v3.6.0
* http://miromannino.github.io/Justified-Gallery/ * http://miromannino.github.io/Justified-Gallery/
* Copyright (c) 2015 Miro Mannino * Copyright (c) 2015 Miro Mannino
* Licensed under the MIT license. * Licensed under the MIT license.
@ -126,6 +126,9 @@
-moz-animation: justified-gallery-show-entry-animation 500ms 0 ease; -moz-animation: justified-gallery-show-entry-animation 500ms 0 ease;
-ms-animation: justified-gallery-show-entry-animation 500ms 0 ease; -ms-animation: justified-gallery-show-entry-animation 500ms 0 ease;
} }
.justified-gallery > .jg-filtered {
display: none;
}
.justified-gallery > .spinner { .justified-gallery > .spinner {
position: absolute; position: absolute;
bottom: 0; bottom: 0;

View File

@ -741,6 +741,7 @@ function pageUpdate() {
function justifyPhotos() { function justifyPhotos() {
justifiedGalleryActive = true; justifiedGalleryActive = true;
$('#photo-album-contents').justifiedGallery({ $('#photo-album-contents').justifiedGallery({
selector: '> a, > div:not(.spinner, #page-end)',
margins: 3, margins: 3,
border: 0, border: 0,
sizeRangeSuffixes: { sizeRangeSuffixes: {