bb5d96a722
git-svn-id: https://develop.svn.wordpress.org/trunk@22228 602fd350-edb4-49c9-b593-d223f7449a82
11 lines
171 B
JavaScript
11 lines
171 B
JavaScript
(function($) {
|
|
|
|
var headers = $('.available-headers');
|
|
headers.imagesLoaded( function() {
|
|
headers.masonry({
|
|
itemSelector: '.default-header'
|
|
});
|
|
});
|
|
|
|
})(jQuery);
|