Skip to content
Snippets Groups Projects
Commit 1d29bc74 authored by Ribbon's avatar Ribbon :speech_balloon:
Browse files

Fix the embedded YouTube videos with a proper link

parent 5f7363aa
No related branches found
No related tags found
1 merge request!392Fix the embedded YouTube videos with a proper link
Pipeline #15040 failed
......@@ -18,10 +18,10 @@ title = "Redox in Action"
<img class="img-responsive" src="/img/screenshot/sdl2-gears.png"/>
## Redox OS playing Stargate SG-1 Season 10 intro
<iframe src="https://www.youtube.com/watch?v=3cPekY4c9Hc" style="border:none;height:601px;width:796px;" title="YouTube video player"></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/3cPekY4c9Hc?si=EYuAkgpVDAKOb0jW" 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>
## Redox OS running Mesa3D Gears with LLVMpipe
<iframe src="https://www.youtube.com/watch?v=ADSvEA_YY7E" style="border:none;height:601px;width:796px;" title="YouTube video player"></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/ADSvEA_YY7E?si=vEtlU2rGxJldIFuk" 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>
## Redox OS running Pixelcannon
<img class="img-responsive" src="/img/screenshot/pixelcannon.png"/>
......
......@@ -18,10 +18,10 @@ title = "Redox em Ação"
<img class="img-responsive" src="/img/screenshot/sdl2-gears.png"/>
## Redox OS reproduzindo a intro da temporada 10 de Stargate SG-1
<iframe src="https://www.youtube.com/watch?v=3cPekY4c9Hc" style="border:none;height:601px;width:796px;" title="YouTube video player"></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/3cPekY4c9Hc?si=EYuAkgpVDAKOb0jW" 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>
## Redox OS executando Mesa3D Gears com LLVMpipe
<iframe src="https://www.youtube.com/watch?v=ADSvEA_YY7E" style="border:none;height:601px;width:796px;" title="YouTube video player"></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/ADSvEA_YY7E?si=vEtlU2rGxJldIFuk" 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>
## Redox OS executando Pixelcannon
<img class="img-responsive" src="/img/screenshot/pixelcannon.png"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment