forked from davidjbradshaw/iframe-resizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
component.json
40 lines (40 loc) · 869 Bytes
/
component.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "iframe-resizer",
"version": "2.5.1",
"repo": "davidjbradshaw/iframe-resizer",
"description": "Keep same and cross domain iFrames sized to their content with support for window/content resizing, and multiple iFrames.",
"keywords": [
"Cross",
"Domain",
"CrossDomain",
"Cross-Domain",
"iFrame",
"Resizing",
"Resizer",
"postMessage",
"content",
"resize",
"height",
"autoheight",
"auto-height",
"iframe-auto-height",
"height-iframe",
"heightiframe",
"width",
"mutationObserver",
"RWD",
"responsive",
"responsiveiframe",
"responsiveiframes",
"responsive-iframe",
"responsive-iframes"
],
"dependencies": {},
"development": {},
"scripts": [
"js/iframeResizer.min.js",
"js/iframeResizer.contentWindow.min.js",
"src"
],
"license": "MIT"
}