// SYSTEM PANEL //
[ROOT]
/
home
/
salvufkx
/
homedir
/
public_html
/
wp-content
/
themes
/
gridsby_pro
/
js
[ PARENT ]
EDIT :: gridsby-gallery.js
jQuery( function( $ ){ $(document).ready(function() { new grid3D( document.getElementById( 'grid3d' ) ); var container = document.querySelector('#gallery-container'); var msnry; imagesLoaded( container, function() { msnry = new Masonry( container, { itemSelector: '.gallery-image', transitionDuration: '0.3s', columnWidth: container.querySelector('.gallery-image') }) }); }); });
SAVE
CANCEL