portfolio : suppression option frameborder dépréciée
This commit is contained in:
parent
7eb917ad47
commit
abbbd81e28
1 changed files with 5 additions and 1 deletions
|
@ -86,7 +86,7 @@ I have released a bunch of electronic music songs since 2019. Despite being a pr
|
||||||
|
|
||||||
<p>Here is my latest song to this date:</p>
|
<p>Here is my latest song to this date:</p>
|
||||||
|
|
||||||
<p><iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/B3LzQjL3UQQ?si=VS2v08yuCNN4VezK" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
|
<p><iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/B3LzQjL3UQQ?si=VS2v08yuCNN4VezK" title="YouTube video player" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
|
||||||
</Page>
|
</Page>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
@ -127,4 +127,8 @@ code {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
background-color: #00000080;
|
background-color: #00000080;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
iframe {
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue