We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de21ec4 commit 477ff9dCopy full SHA for 477ff9d
src/components/VideoBlock/VideoBlock.tsx
@@ -152,6 +152,7 @@ const VideoBlock = (props: VideoBlockProps) => {
152
title={i18n('iframe-title')}
153
frameBorder="0"
154
allowFullScreen={true}
155
+ scrolling="no"
156
allow="autoplay; fullscreen; encrypted-media; accelerometer; gyroscope; picture-in-picture; clipboard-write; web-share; screen-wake-lock"
157
loading="lazy"
158
/>
0 commit comments