1.0.0 • Published 4 years ago

fluid-iframe v1.0.0

Weekly downloads
18
License
MIT
Repository
github
Last release
4 years ago

<fluid-iframe>

Web Components which provides fluid width <iframe>.

Build Status NPM version devDependency Status

Install

Using npm:

$ npm install fluid-iframe

Usage

Import FluidIframe and register it as a custom element.

<script type="module">
import FluidIframe from 'https://unpkg.com/fluid-iframe';

customElements.define('fluid-iframe', FluidIframe);
</script>

Put <fluid-iframe>.

<fluid-iframe
  src="https://www.youtube.com/embed/EqNHSrHzSOU"
  title="Santa Tracker: Out Like A Light"
  aspect="16/9">
</fluid-iframe>

API

src attribute

URL string which will be set as <iframe src>.

title attribute

Title string which will be set as <iframe title>.

aspect attribute

x/y format string will be calculated for aspect ratio. Default value is 16/9.

License

MIT © Shogo Sensui

1.0.0

4 years ago

0.3.0

4 years ago

0.5.0

4 years ago

0.4.0

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago