Hello,
I have been able to embed a PDF in Qualtrics. However it is not being shown as fullscreen. I tried all possible styling solution in the HTML code but still it does not help.
Here is my code
I also tried this but I still do not see the pdf stretched across screen
<iframe height="100%" width="100%" id="pdfContent" src="https://fiu.qualtrics.com/CP/File.php?F=F_ggfg" frameborder="0" allowfullscreen></iframe></div>
I also tried - <iframe src="PDF Link + #toolbar=0" height="100%" width="100%"></iframe>