MDL-67707 core_h5p: add public H5P player methods

This commit is contained in:
Ferran Recio 2020-02-12 12:24:14 +01:00
parent 1e7e255d72
commit f3c7e00f13
4 changed files with 69 additions and 8 deletions

View file

@ -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>