Video Keep Playing Even Though Popup is Closed
-
Hi,
It seems that the jqeury code and clearing browser cache does not work. When I close the pop-up the video keeps playing.
I used the following code:
jQuery(‘#pum-73’)
.on(‘pumBeforeClose’, function () {
var $iframe = jQuery(‘iframe’, jQuery(this)),
src = $iframe.prop(‘src’);
$iframe.prop(‘src’, ”).prop(‘src’, src.replace(‘&autoplay=1’, ”));
});
—How can I solve this issue?
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Video Keep Playing Even Though Popup is Closed’ is closed to new replies.