General discussion

Configuring the iFrame background colour

Hi,

I'm embedding some H5P content from wordpress in an iFrame which works well. However, the background colour of the main web body is not white, but grey.

The iFrame renders the content with a white background which I've identified as this style:
.h5p-question {
    background: rgba(255, 255, 255, 0.9);
}

which is coming coming from your questions.css

H5P in WordPress Multi-site/Multi-Network Configuration

Good day,

I admin a multi-site/multi-network wordpress environment and have recieved a request to install the h5P plugin.

I've put this in our test environment and are playing with it but after reviewing what documentation i  can find i have a couple of questions.
  i have not been able to find any documentation yet that might cover a shared multisite environment in wordpress.

Has anyone tested this type of install with H5p plugin?

Separate files for template code?

Hi,

I was looking at the h5p javascript libraries, and noticed some EJS markup in the JavaScript code. For example:

https://github.com/h5p/h5p-question-set/blob/master/js/questionset.js#L22

I think this would be more maintainable and more readable if it was in a separate files, like text.ejs and result.ejs. Would this change be easy to implement? Would the h5p developers be interested in a change like this?

Pages