forked from davidjbradshaw/iframe-resizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
iframeResizer.jquery.json
41 lines (41 loc) · 1012 Bytes
/
iframeResizer.jquery.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
41
{
"name": "iframeResizer",
"title": "Iframe Resizer",
"description": "Responsively keep same and cross domain iFrames sized to their content with support for window/content resizing, multiple and nested iFrames. (Works with IE8+)",
"keywords": [
"Cross-Domain",
"iFrame",
"Resizing",
"Resizer",
"postMessage",
"content",
"height",
"autoheight",
"auto-height",
"width",
"mutationObserver",
"RWD",
"responsive"
],
"version": "3.5.1",
"author": {
"name": "David J. Bradshaw",
"email": "[email protected]"
},
"maintainers": [{
"name": "David J. Bradshaw",
"email": "[email protected]"
}
],
"licenses": [{
"type": "MIT",
"url": "https://github.com/jquery/jquery-color/blob/2.1.2/MIT-LICENSE.txt"
}
],
"bugs": "https://github.com/davidjbradshaw/iframe-resizer/issues",
"homepage": "http://davidjbradshaw.github.io/iframe-resizer/",
"docs": "https://github.com/davidjbradshaw/iframe-resizer",
"dependencies": {
"jquery": ">=1.0"
}
}