Accordion

H5p accordion not working correctly

There seems to be an issue with the way the elements are showing themselves. The following is an example of how the accordion appears as a preview. This preview was set with embed selected etc which is not showing. It seems not to just be in accordions but in many others as well. i will wait to see what happens here before reporting any others.

 

I can't find the h5p-theme when using h5p-php-library

Forums: 

Hello,

I am integrating H5P using `php-h5p-library` in a custom PHP setup, and I have an issue regarding the `h5p-theme`.

In the CSS of some H5P content types like the accordion, I see rules referring to:

```css
.h5p-accordion .h5p-panel-button::before {
    font-family: 'h5p-theme';
    content: "\e919";
    /* … */
}
```

H5P Code to Remove Scrollbar in Embedded Accordion in Moodle

weldone's picture

I am currently embedding an H5P Accordion activity into a Moodle page activity, but I am encountering an issue where a scrollbar appears on the right side of the embedded content. This affects the visual appeal and usability of the activity.

 I would appreciate any guidance or a custom CSS/JavaScript snippet that can be added to remove the scrollbar while maintaining the intended functionality of the H5P Accordion.

Pages