🚀 Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
home
/
duzhbywe
/
appmen.com.ng
/
wp-content
/
themes
/
newscrunch
/
assets
/
js
✏️
Editing: script.js
( function() { 'use strict'; if ( ( typeof spmg !== 'undefined' ) && ( typeof pressbookMasonry !== 'undefined' ) ) { const element = '.pb-grid-post-row'; const grid = document.querySelector( element ); if ( grid ) { var spmg = spmg( { container: element, trueOrder: false, waitForImages: false, margin: Math.abs( pressbookMasonry.margin ), columns: Math.abs( pressbookMasonry.cols_2xl ), breakAt: { 1280: Math.abs( pressbookMasonry.cols_xl ), 1024: Math.abs( pressbookMasonry.cols_lg ), 768: Math.abs( pressbookMasonry.cols_md ), 575: Math.abs( pressbookMasonry.cols_sm ), 349: Math.abs( pressbookMasonry.cols_xs ) } } ); spmg.runOnImageLoad( function () { spmg.recalculate( true ); }, true ); if ( typeof jQuery !== 'undefined' ) { jQuery( document.body ).on( 'post-load', function () { const html = jQuery( '.infinite-wrap:last .pb-grid-post-row' ).html(); jQuery( '.infinite-wrap:last' ).hide(); jQuery( '.pb-grid-post-row' ).append( html ); spmg.recalculate( true ); } ); } } } } )();
💾 Save Changes
❌ Cancel