Hi There,
Have been trying many things but can't get this event to fire?
Code:
$('iframe').on($.modal.BEFORE_CLOSE , function (event, modal) {
var video = $("iframe").attr("src");
$("iframe").attr("src","");
$("iframe").attr("src",video);
console.log('test');
});