Ability to select a local CSS stylesheet
Submitted by markb on Fri, 10/13/2017 - 01:47
Forums:
I'm embedding iframe links to activites hosted on h5p.org.
I would like to be able to style the content within the iframe to match the surrounding content. I can style the iFrame itself, but not the contents within because the content references H5P CSS files. I can't even override the H5P CSS using !important attributes on my own CSS.
My feature request is to allow a CSS upload that can style the content. If I could use a .h5p file on my local website, that would be even better because then I'd have full control of styling.
Summary:
Allow a CSS upload that can style embedded iframe content
BV52
Fri, 10/13/2017 - 06:59
Permalink
Hi markb,What are you using
Hi markb,
What are you using to create your website? I'm asking this because if you are using Drupal, Wordpress or Moodle you can actually use a PHP hook to add your own CSS-file to the content type. You can read more about it here.
-BV52