Skip to content

Commit

Permalink
Item14250: wait for images being loaded by default
Browse files Browse the repository at this point in the history
... before computing the masonry layout
  • Loading branch information
MichaelDaum committed Dec 12, 2016
1 parent e40b532 commit f328502
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -1,7 +1,7 @@
'use strict';
jQuery(function($) {
var defaults = {
waitForImages: false
waitForImages: true
};

$(".jqMasonry:not(.jqInitedMasonry)").livequery(function() {
Expand Down
Expand Up @@ -3188,7 +3188,7 @@ return Outlayer;
'use strict';
jQuery(function($) {
var defaults = {
waitForImages: false
waitForImages: true
};

$(".jqMasonry:not(.jqInitedMasonry)").livequery(function() {
Expand Down

0 comments on commit f328502

Please sign in to comment.