Remove deprecated attr frameborder

This commit is contained in:
prototypa
2023-07-27 14:49:55 -04:00
parent c1b2df01f3
commit f7b00276e0

View File

@ -43,7 +43,7 @@ const meta = {
</Fragment>
<Fragment slot="image">
<iframe width="560" height="315" src="https://www.youtube.com/embed/dsTXcSeAZq8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen style="width:100%"></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/dsTXcSeAZq8" title="YouTube video player" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen style="width:100%"></iframe>
</Fragment>
</Hero>