PATH:
home
/
lab2454c
/
foreclass.com
/
wp-content
/
themes
/
oceanwp
/
assets
/
src
/
js
/
theme
import { options } from "../constants"; class BlogMasonry { #elements; isotop; constructor() { this.#setElements(); this.start(); } #setElements = () => { this.#elements = { masonryGrids: document.querySelectorAll(".blog-masonry-grid"), }; }; start = () => { this.#elements.masonryGrids?.forEach((blogMasonryGrid) => { imagesLoaded(blogMasonryGrid, (instance) => { this.isotop = new Isotope(blogMasonryGrid, { itemSelector: ".isotope-entry", transformsEnabled: true, isOriginLeft: options.isRTL ? false : true, transitionDuration: 0, }); }); }); }; } ("use script"); window.oceanwp = window.oceanwp || {}; oceanwp.blogMasonry = new BlogMasonry();
[+]
search
[-] select.js
[edit]
[+]
..
[-] ow-slider.js
[edit]
[-] equal-height-elements.js
[edit]
[+]
mobile-menu
[+]
menu
[-] scroll-effect.js
[edit]
[-] ow-lightbox.js
[edit]
[-] carousel.js
[edit]
[-] scroll-top.js
[edit]
[-] ow-infinite-scroll.js
[edit]
[-] blog-masonry.js
[edit]
[-] theme.js
[edit]
[-] footer.js
[edit]
[+]
header