General discussion

Change backround on h5p-content

Hi!!! im trying to change the color of the backround  from white to black, i tried using the style sheet of wordpress and changing the code of the pluging in styles>h5p.css It worked in pc but doesn't on mobile. Please help!!!

.h5p-content {

  position: relative;

  background: #000000;

  border: 1px solid #EEE;

  border-bottom: none;

  box-sizing: border-box;

  -moz-box-sizing: border-box;

}

H5P JSON files structure

exma2's picture

Hello,

I'm currently developing my own content type. Coding doesn't cause me any problems.

However, I think more deeply about the structure. At the moment I am basically concerned with logical stuff like where the library.json is integrated. I mean, suppose I don't want to use the mandatory properties as majorVersion or minorVersion. How can I configure this and where do I have to navigate? I checked the h5p.module, but I don't really understand this.

Pages