msc-any-pip
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "msc-any-pip", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Imaging what if we can let anything Picture-in-Picture (not only <video />) ?! Here comes <msc-any-pip /> to let it dream comes true. <msc-any-pip /> apply Document Picture-in-Picture API to given elements have Picture-in-Picture feature.", | ||
@@ -5,0 +5,0 @@ "main": "index.html", |
@@ -106,3 +106,3 @@ # msc-any-pip | ||
Set Picture-in-Picture window width. Default is <msc-any-pip />'s `width`. (Picture-in-Picture's min window width is 300) | ||
Set Picture-in-Picture window width. Default is <msc-any-pip />'s `clientWidth`. (Picture-in-Picture's min window width is 300) | ||
@@ -117,3 +117,3 @@ ```html | ||
Set Picture-in-Picture window height. Default is <msc-any-pip />'s `height`. (Picture-in-Picture's min window height is 300) | ||
Set Picture-in-Picture window height. Default is <msc-any-pip />'s `clientHeight`. (Picture-in-Picture's min window height is 300) | ||
@@ -130,4 +130,4 @@ ```html | ||
| ----------- | ----------- | ----------- | | ||
| width | Number | Getter / Setter for <msc-any-pip />'s width. This will affect Picture-in-Picture window width. Default is <msc-any-pip />'s width. | | ||
| height | Number | Getter / Setter for <msc-any-pip />'s height. This will affect Picture-in-Picture window height. Default is <msc-any-pip />'s height. | | ||
| width | Number | Getter / Setter for Picture-in-Picture window width. Default is <msc-any-pip />'s clientWidth. | | ||
| height | Number | Getter / Setter for Picture-in-Picture window height. Default is <msc-any-pip />'s clientHeight. | | ||
@@ -134,0 +134,0 @@ ## Events |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
57648