Auto Play Video
Hi,
I am trying to make intercative vdeo to play automaticaly when my moodle activity page load. I tried the below code in my custom.js file. But it seems to be not working. Any help appreciated.
(function ($) { $(document).ready(function () { $('.h5p-control').trigger("click"); }) })(H5P.jQuery);