Skip to content

iframe example? #70

@travisLilleberg

Description

@travisLilleberg

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('"', '&quot;') %>"></iframe>

Thanks for any help!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions