Skip to content

Commit

Permalink
Fix iframe containing the video
Browse files Browse the repository at this point in the history
  • Loading branch information
cescoffier committed Oct 2, 2023
1 parent 062a437 commit 10b8cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2023-09-25-virtual-threads-3.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ https://quarkus.io/blog/virtual-threads-2/[In a previous post], we have seen how
The following video shows how to test this application and, specifically, how to detect pinning.

+++
<iframestyle="margin-left: auto; margin-right: auto; display: block;" width="560" height="315" src="https://www.youtube.com/embed/GOHAEh3Ujh8?si=t8n8jLek0X7JC4MR" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<iframe style="margin-left: auto; margin-right: auto; display: block;" width="560" height="315" src="https://www.youtube.com/embed/GOHAEh3Ujh8?si=t8n8jLek0X7JC4MR" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
+++

The complete code of the application and the tests are available in the https://github.com/quarkusio/virtual-threads-demos/tree/main/crud-example[virtual threads demos repository].
Expand Down

0 comments on commit 10b8cb9

Please sign in to comment.