Leave a Reply

jQuery(function($){ $('#your-image-id').on('click', function(){ elementorProFrontend.modules.popup.showPopup({ id: 123 }); // Replace 123 with your popup ID }); });