portfolio : suppression option frameborder dépréciée

This commit is contained in:
Ahurac 2024-06-13 10:25:42 +02:00
parent 7eb917ad47
commit abbbd81e28

View file

@ -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><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>
<style>
@ -127,4 +127,8 @@ code {
border-radius: 5px;
background-color: #00000080;
}
iframe {
border: 0;
}
</style>