I have tried all the different combination, mentioned above.
But the autoplay is not starting.
I am using the Plugin: Custom CSS & JS
and pasted the folowing code in the ‘JS Code’
jQuery(‘#pum-123’)
.on(‘pumBeforeOpen’, function () {
var $iframe = jQuery(‘iframe’, jQuery(this)),
src = $iframe.prop(‘src’);
$iframe.prop(‘src’, ”).prop(‘src’, src + ‘?autoplay=1’);
});
But nothing is happening.
I also tried the different tips by other users, but it does not autoplay.
The popup is on the page: https://www.trouwfeest-animatie.be/vuurspuwer/
on the first picture when scrolled down.
Hope you can see what I am doing wrong…