https://oxyverve.com/wp-includes/js/jquery/jquery.min.js
https://oxyverve.com/wp-includes/js/jquery/jquery-migrate.min.js
Skip to contentYou may be interested in…
Your cart is currently empty!
New in store
const lazyloadRunObserver = () => {
const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` );
const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => {
entries.forEach( ( entry ) => {
if ( entry.isIntersecting ) {
let lazyloadBackground = entry.target;
if( lazyloadBackground ) {
lazyloadBackground.classList.add( 'e-lazyloaded' );
}
lazyloadBackgroundObserver.unobserve( entry.target );
}
});
}, { rootMargin: '200px 0px 200px 0px' } );
lazyloadBackgrounds.forEach( ( lazyloadBackground ) => {
lazyloadBackgroundObserver.observe( lazyloadBackground );
} );
};
const events = [
'DOMContentLoaded',
'elementor/lazyload/observe',
];
events.forEach( ( event ) => {
document.addEventListener( event, lazyloadRunObserver );
} );
var ct_localizations = {"ajax_url":"https:\/\/oxyverve.com\/wp-admin\/admin-ajax.php","public_url":"https:\/\/oxyverve.com\/wp-content\/themes\/blocksy\/static\/bundle\/","rest_url":"https:\/\/oxyverve.com\/wp-json\/","search_url":"https:\/\/oxyverve.com\/search\/QUERY_STRING\/","show_more_text":"Show more","more_text":"More","search_live_results":"Search results","search_live_no_results":"No results","search_live_no_result":"No results","search_live_one_result":"You got %s result. Please press Tab to select it.","search_live_many_results":"You got %s results. Please press Tab to select one.","clipboard_copied":"Copied!","clipboard_failed":"Failed to Copy","expand_submenu":"Expand dropdown menu","collapse_submenu":"Collapse dropdown menu","dynamic_js_chunks":[{"id":"blocksy_pro_micro_popups","selector":".ct-popup","url":"https:\/\/oxyverve.com\/wp-content\/plugins\/blocksy-companion-pro\/framework\/premium\/static\/bundle\/micro-popups.js?ver=2.0.78"},{"id":"blocksy_ext_trending","selector":".ct-trending-block [class*=\"ct-arrow\"]","url":"https:\/\/oxyverve.com\/wp-content\/plugins\/blocksy-companion-pro\/framework\/extensions\/trending\/static\/bundle\/main.js?ver=2.0.78","trigger":"click"},{"id":"blocksy_mega_menu","selector":".menu .ct-ajax-pending","trigger":"slight-mousemove","url":"https:\/\/oxyverve.com\/wp-content\/plugins\/blocksy-companion-pro\/framework\/premium\/extensions\/mega-menu\/static\/bundle\/main.js?ver=2.0.78","global_data":[{"var":"blocksyMegaMenu","data":{"persistence_key":"blocksy:mega-menu:fd6fa9"}}]},{"id":"blocksy_sticky_header","selector":"header [data-sticky]","url":"https:\/\/oxyverve.com\/wp-content\/plugins\/blocksy-companion-pro\/static\/bundle\/sticky.js?ver=2.0.78"}],"dynamic_styles":{"lazy_load":"https:\/\/oxyverve.com\/wp-content\/themes\/blocksy\/static\/bundle\/non-critical-styles.min.css?ver=2.0.78","search_lazy":"https:\/\/oxyverve.com\/wp-content\/themes\/blocksy\/static\/bundle\/non-critical-search-styles.min.css?ver=2.0.78","back_to_top":"https:\/\/oxyverve.com\/wp-content\/themes\/blocksy\/static\/bundle\/back-to-top.min.css?ver=2.0.78"},"dynamic_styles_selectors":[{"selector":".ct-header-cart, #woo-cart-panel","url":"https:\/\/oxyverve.com\/wp-content\/themes\/blocksy\/static\/bundle\/cart-header-element-lazy.min.css?ver=2.0.78"},{"selector":".flexy","url":"https:\/\/oxyverve.com\/wp-content\/themes\/blocksy\/static\/bundle\/flexy.min.css?ver=2.0.78"},{"selector":".ct-media-container[data-media-id], .ct-dynamic-media[data-media-id]","url":"https:\/\/oxyverve.com\/wp-content\/plugins\/blocksy-companion-pro\/framework\/premium\/static\/bundle\/video-lazy.min.css?ver=2.0.78"},{"selector":"#account-modal","url":"https:\/\/oxyverve.com\/wp-content\/plugins\/blocksy-companion-pro\/static\/bundle\/header-account-modal-lazy.min.css?ver=2.0.78"},{"selector":".ct-header-account","url":"https:\/\/oxyverve.com\/wp-content\/plugins\/blocksy-companion-pro\/static\/bundle\/header-account-dropdown-lazy.min.css?ver=2.0.78"}]};
https://oxyverve.com/wp-content/themes/blocksy/static/bundle/main.js
https://oxyverve.com/wp-content/plugins/breeze/assets/js/js-front-end/breeze-lazy-load.min.js
document.querySelectorAll('img[data-breeze]').forEach(img=>{if(img.getBoundingClientRect().top<=window.innerHeight){img.src=img.getAttribute('data-breeze');img.removeAttribute('data-breeze')}});