Skip to content
jQuery(window).on('load', function($){
// Remove Elementor lightbox behavior
jQuery('[data-elementor-open-lightbox]').removeAttr('data-elementor-open-lightbox');
// Reinitialize Simple Lightbox
if (typeof slb_activate === 'function') {
slb_activate();
}
});