Skip to content
Snippets Groups Projects
Select Git revision
  • 29dba91fb921a73f7a2235cfc799954f6b3dca9b
  • main default protected
  • dev/grabowski
  • origin/main
  • hsh_1.22.4
  • 1.22.4
  • 1.22.3
  • 1.22.2
  • 1.22.1
  • 1.22
  • 1.21
  • 1.20.2
  • 1.20.1
  • 1.20.0
  • 1.19.1
  • 1.19
  • 1.18
  • 1.17.2
  • 1.17.1
  • 1.17
  • 1.16
  • 1.15
  • 1.14
  • 1.13
24 results

mobile_view_page.mustache

Blame
  • user avatar
    Kevin Pham authored
    - 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
    2c815ee1
    History
    mobile_view_page.mustache 376 B
    {{=<% %>=}}
    <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>