mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-67707 core_h5p: add public H5P player methods
This commit is contained in:
parent
1e7e255d72
commit
f3c7e00f13
4 changed files with 69 additions and 8 deletions
|
@ -28,5 +28,7 @@
|
|||
}
|
||||
|
||||
}}
|
||||
|
||||
<iframe src="{{embedurl}}" width=":w" height=":h" allowfullscreen="allowfullscreen"></iframe>
|
||||
<iframe src="{{embedurl}}" name="h5player" width=":w" height=":h"
|
||||
allowfullscreen="allowfullscreen" class="h5p-player w-100 border-0"
|
||||
style="min-height: 230px;">
|
||||
</iframe>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue