mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-22 09:56:51 +01:00
fire masonry later so picturefill can finish first
This commit is contained in:
parent
89c53dc374
commit
4d107f3781
@ -1,7 +1,6 @@
|
||||
|
||||
$(ASAP = function(){
|
||||
|
||||
photoGrid.init();
|
||||
siteNavigation.init();
|
||||
siteEffects.init();
|
||||
|
||||
@ -9,6 +8,7 @@ $(ASAP = function(){
|
||||
|
||||
$(window).load( AfterLoad = function() {
|
||||
|
||||
photoGrid.init();
|
||||
infiniteScroll.init();
|
||||
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user