{{!
    This file is part of Moodle - http://moodle.org/

    Moodle is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    Moodle is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
}}
{{!
    @template filter_h5p/embed

    The purpose of this template is to render an iframe showing the h5p content.

    Classes required for JS:
    * none

    Data attributes required for JS:
    * none

    Context variables required for this template:
    * id
    * url
    * wwwroot

    Example context (json):
    {
        "id": 1,
        "embedurl": https%3A%2F%2Fmy.moodlesite.org%2Fpluginfile.php%2F433%2Fmod_h5pactivity%2Fpackage%2F0%2Finteractive-video-1.h5p,
        "wwwroot": "http://www.mymoodlesite.org",
    }
}}

<iframe src="{{embedurl}}" name="h5player" width="521" height="354"
   allowfullscreen="allowfullscreen" class="h5p-player w-100 border-0"
   style="min-height: 230px;">
</iframe><script src="{{wwwroot}}/h5p/h5plib/v124/joubel/core/js/h5p-resizer.js"></script>
