moodle-mod_hvp/templates/mobile_view_page.mustache
Kevin Pham 2c815ee115 Fix mobile app embedding display, which partially showed the content
- Width and height of the iframe now at 100%
- Container was always filling the content area but iframe was not, which was why this change was made
2021-09-08 14:24:29 +10:00

11 lines
376 B
Text

{{=<% %>=}}
<div style="height: 100%; width: 100%; background: white;">
<iframe
width="100%"
height="100%"
src="<% wwwroot %>/mod/hvp/embed.php?id=<% cmid %>&user_id=<% user_id %>&secret=<% secret %>"
frameborder="0"
allow="microphone; camera"
allowfullscreen="allowfullscreen">
</iframe>
</div>