-
Notifications
You must be signed in to change notification settings - Fork 175
Open
Description
Hello,
I'm trying to use the viewer inside an iframe and I'm just getting a white box. Could you provide a working example of an iframe using the helper method provided?
My iframe:
<iframe srcdoc="<%= pdfjs_viewer(pdf_url: pdf, style: :minimal) %>"></iframe>
I've also tried escaping the quotes, which loads the html, but the javascript and css don't load:
<iframe srcdoc="<%= pdfjs_viewer(pdf_url: pdf, style: :minimal).gsub('"', '"') %>"></iframe>
Thanks for any help!
maeldd, mrksye, chmich, florian2 and basiam
Metadata
Metadata
Assignees
Labels
No labels