@latest-thinking/lt-player 3.0.0-beta.17 → 3.0.0-beta.18
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/dist/player.js +1 -1
- package/package.json +1 -1
package/dist/player.js
CHANGED
|
@@ -17416,7 +17416,7 @@ function fp(e) {
|
|
|
17416
17416
|
}
|
|
17417
17417
|
function pp(e, t, n) {
|
|
17418
17418
|
let r = fp(e), i = fp(t);
|
|
17419
|
-
return `<iframe src="${r}" style="aspect-ratio: ${n === "portrait" ? "9 / 16" : "16 / 9"}; display: block; width: 100%; margin: 0; padding: 0; border: 0; border-radius: 0 0 0 30px; background: transparent; color-scheme: light; user-select: none;" title="${i}" loading="lazy" allowfullscreen frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; web-share"></iframe>`;
|
|
17419
|
+
return `<iframe src="${r}" style="aspect-ratio: ${n === "portrait" ? "9 / 16" : "16 / 9"}; display: block; width: 100%; margin: 0; padding: 0; border: 0; border-radius: 0 0 0 30px; background: transparent; color-scheme: light; user-select: none;" title="${i}" loading="lazy" allowfullscreen frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; fullscreen; gyroscope; picture-in-picture; web-share"></iframe>`;
|
|
17420
17420
|
}
|
|
17421
17421
|
function mp(e) {
|
|
17422
17422
|
if (e.key !== "share") throw Error("Expected the share capability module");
|