Developers

Technical forum about Content Type or System Plugin development.
Here you can apply for developer access.

Hide <>Embed button with Iframe

castelmager's picture
Forums: 

Hi, I'm using h5p content by adding the Iframe generated in H5p, but the thing is that I want to hide the <>Embed button ,but to get the Iframe url , when I create the activity need to set the button to visible. 

I tried to hide it by css : 

.h5p-content ul.h5p-actions {

   display: none !important;

}

But is not working .... Any clue ?

 

Thanks!

Sebastian.

Pages