User:Mackiwg/Sandbox/Notes on WE Moodle iframe auto height param

From WikiEducator
Jump to: navigation, search

Notes for customisations used in the WikiEducator Moodle site

  • The WikiEducator Moodle installation uses Javascript to automatically size the height parameter for the iframe in moodle.wikieducator.org. This feature will not work in older generation browsers.
  • Sometimes, it may be necessary to override the automatic height feature where the user prefers to specify a fixed height. In this case, the fixedheight parameter should be added to <iframe> syntax used in the target site, for example:
<iframe height="250" fixedheight="250" width="100%" src="http://www.blah.whatever_the_wikieducator_page_url">