We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1895805 commit 20c2a63Copy full SHA for 20c2a63
src/pages/index.astro
@@ -258,8 +258,7 @@ import Layout from '../layouts/Layout.astro';
258
<iframe
259
src="https://www.youtube-nocookie.com/embed/HVTJlGSxhcw"
260
title="Get started with Dev Proxy"
261
- style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"
262
- frameborder="0"
+ style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;"
263
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
264
allowfullscreen
265
></iframe>
0 commit comments