Web Component: j-iFrame


  • Info
  • HTML
  • JS
  • CSS
  • Meta

j-iFrame

The component renders another URL address (stored in the path attribute) directly in the iframe. The biggest benefit is auto-resizing of the iframe element according to the parent selector.

Configuration:

  • parent {String} optional, a container selector (default: window)
  • margin {Number} optional, a vertical margin (default: 0)
  • scrollbar {Boolean} optional, enables iframe scrolling (default: false)

Author