File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
src/components/VideoBlock Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Release version 5.x.x.
2+
3+ on :
4+ push :
5+ branches : [version-5.x.x]
6+
7+ jobs :
8+ release :
9+ runs-on : ubuntu-latest
10+ steps :
11+ - uses : gravity-ui/release-action@v1
12+ with :
13+ github-token : ${{ secrets.GRAVITY_UI_BOT_GITHUB_TOKEN }}
14+ npm-token : ${{ secrets.GRAVITY_UI_BOT_NPM_TOKEN }}
15+ node-version : 18
16+ npm-dist-tag : untagged
17+ default-branch : version-5.x.x
Original file line number Diff line number Diff line change @@ -152,6 +152,7 @@ const VideoBlock = (props: VideoBlockProps) => {
152152 title = { i18n ( 'iframe-title' ) }
153153 frameBorder = "0"
154154 allowFullScreen = { true }
155+ scrolling = "no"
155156 allow = "autoplay; fullscreen; encrypted-media; accelerometer; gyroscope; picture-in-picture; clipboard-write; web-share; screen-wake-lock"
156157 loading = "lazy"
157158 />
You can’t perform that action at this time.
0 commit comments