Added inline attribute for video card loop behavior

refs https://github.com/TryGhost/Team/issues/1229

Safari/iOS needs `playsinline` attribute on video element to render video player without its own controls
This commit is contained in:
Rishabh 2021-12-15 12:45:45 +05:30
parent 8b381a1259
commit b9b2efa25c
2 changed files with 5 additions and 5 deletions

View File

@ -73,7 +73,7 @@
"@tryghost/job-manager": "0.8.17",
"@tryghost/kg-card-factory": "3.1.0",
"@tryghost/kg-default-atoms": "3.1.0",
"@tryghost/kg-default-cards": "5.14.4",
"@tryghost/kg-default-cards": "5.14.5",
"@tryghost/kg-markdown-html-renderer": "5.1.0",
"@tryghost/kg-mobiledoc-html-renderer": "5.3.1",
"@tryghost/limit-service": "1.0.7",

View File

@ -1503,10 +1503,10 @@
resolved "https://registry.npmjs.org/@tryghost/kg-default-atoms/-/kg-default-atoms-3.1.0.tgz"
integrity sha512-FfROzVgqJWqJ7cVdS9dcALz7rnzNfV8zcrymAJrDTHDsqzAdMfSLe1tNQRm8zas9pyZLsD8zBGmLxG9dr4WFSA==
"@tryghost/kg-default-cards@5.14.4":
version "5.14.4"
resolved "https://registry.yarnpkg.com/@tryghost/kg-default-cards/-/kg-default-cards-5.14.4.tgz#1812f7347002660887cdbfbcd67df3ee676923e8"
integrity sha512-54Nfb4dowBsST3Lw+Iws4bbeBFmfBtheW8EQqrY72zuma0Vt0c3OQsMVhypqS7p4g+GPJ+44pjarheA5EzbWwQ==
"@tryghost/kg-default-cards@5.14.5":
version "5.14.5"
resolved "https://registry.yarnpkg.com/@tryghost/kg-default-cards/-/kg-default-cards-5.14.5.tgz#b2067e05c7aed4d932539f50b0f183b0bf96d302"
integrity sha512-UAvDhPtAW401JbfI4Cg8tF/HICHZ1XPyD28xlZelMruhwVNCG+UIlR6eXPks9uXGLVjWaNYvlRhyL9bLBsI4/g==
dependencies:
"@tryghost/kg-markdown-html-renderer" "^5.1.0"
"@tryghost/url-utils" "^2.0.0"