Thomas
Thomas
Hi, the 'master' branch is the development branch, for any production environments please use the 'stable' branch
Thanks for the detailed explanation, we will investigate this closer.
I believe this was fixed by reverting CKEditor to version 4.13 for now https://github.com/h5p/h5p-editor-php-library/commit/712ffa96fc6248f7bbb44756994d1da70c2bdb35#diff-f2926186b6be535ed1f892305ec08e7518258b489486bcc828a95c2644b460b9L94 Can you verify that this works as it should now with the current 'release' branch ?
Thanks for reporting this. Which version of the plugin and Moodle are you running ? And are you running any special theme ?
I'm not able to reproduce this with H5P 1.19.1. Please describe the steps to reproduce this or link to a page where the issue is reproducible.
Please enable php error logging/debugging for Moodle to see if you're getting any errors: https://h5p.org/documentation/troubleshooting-php#php-error-log-header
can you check the response from the 'content-type-cache' or 'libraries' request in the network tab in the developer tools/console of your browser ?
Yes, it appears the user does not have enough privileges for the action they're performing. Make sure the user has the `mod/hvp:addinstance` capability if this is within the context of...
When embedding you can set the width and height on the embed frame, or if you're using the resize script with the iframe you can wrap the iframe in an...
Yeah, you're right, there's no easy way to do this currently. One way to solve it would be by adding additional optional fields to the mod_form for setting max width...