We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ce9ff9 commit 8377fc9Copy full SHA for 8377fc9
src/ProgrammerAl.Site/ProgrammerAl.Site/Pages/PresentationSlides.razor
@@ -25,5 +25,9 @@
25
}
26
else
27
{
28
- @SlidesHtml
+ @* Display inside an iframe so we keep the styling of the presentation *@
29
+ <iframe srcdoc="@SlidesHtml"
30
+ style="position:fixed; top:0; left:0; bottom:0; right:0; width:100%; height:100%; border:none; margin:0; padding:0; overflow:hidden; z-index:999999;">
31
+ >
32
+ </iframe>
33
0 commit comments