@iframe-resizer/child 5.0.0-beta.2 → 5.0.0-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -4
- package/index.cjs.js +1 -1
- package/index.esm.js +1 -1
- package/index.umd.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
|
-
<img src="https://iframe-resizer.com/logo-full.svg" alt="
|
|
1
|
+
[<img src="https://iframe-resizer.com/logo-full.svg" alt="" title="" style="margin-bottom: -20px">](https://iframe-resizer.com)
|
|
2
2
|
|
|
3
3
|
# @iframe-resizer/child
|
|
4
4
|
|
|
5
|
-
This package is
|
|
5
|
+
This package is part of __iframe-resizer__, a library that enables the automatic resizing of the height and width of both same and cross domain iframes to fit their contained content. It also provides a range of features to address the most common issues with using iframes.
|
|
6
|
+
|
|
7
|
+
__See [iframe-resizer.com](https://iframe-resizer.com) for details.__
|
|
6
8
|
|
|
7
9
|
## Install
|
|
8
10
|
|
|
@@ -15,9 +17,9 @@ npm install @iframe-resizer/child --save
|
|
|
15
17
|
or using yarn:
|
|
16
18
|
|
|
17
19
|
```bash
|
|
18
|
-
|
|
20
|
+
yarn add @iframe-resizer/child
|
|
19
21
|
```
|
|
20
22
|
|
|
21
23
|
---
|
|
22
24
|
|
|
23
|
-
_iframe-resizer version 5.0.0-beta.
|
|
25
|
+
_iframe-resizer version 5.0.0-beta.4 2024-05-10 - 07:48:19.523Z_
|
package/index.cjs.js
CHANGED
package/index.esm.js
CHANGED
package/index.umd.js
CHANGED