Skip to content

Commit 20c2a63

Browse files
Copilotgarrytrinder
andcommitted
Replace deprecated frameborder attribute with CSS border: 0
Co-authored-by: garrytrinder <11563347+garrytrinder@users.noreply.github.com>
1 parent 1895805 commit 20c2a63

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/pages/index.astro

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,7 @@ import Layout from '../layouts/Layout.astro';
258258
<iframe
259259
src="https://www.youtube-nocookie.com/embed/HVTJlGSxhcw"
260260
title="Get started with Dev Proxy"
261-
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"
262-
frameborder="0"
261+
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;"
263262
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
264263
allowfullscreen
265264
></iframe>

0 commit comments

Comments
 (0)