Home › Forums › Pro Support › apply masonry layout from WP Show Posts Pro to default WP image gallery › Reply To: apply masonry layout from WP Show Posts Pro to default WP image gallery
June 7, 2019 at 4:27 pm
#9778
Keymaster
We’re using jQuery Masonry: https://masonry.desandro.com
It’s super easy to initiate, and the script is actually packaged in with WP so you can enqueue it like this:
add_action( 'wp_enqueue_scripts', function() {
wp_enqueue_script( 'jquery-masonry' );
} );