senny / pdfjs_viewer-rails

PDF.js viewer packaged as a Rails engine.
MIT License
114 stars 175 forks source link

Helper Style Option Not Working #30

Open alecrubin opened 7 years ago

alecrubin commented 7 years ago

Helper style option is not working as expected. Styling works when accessing mounted pdfjs url tho.

siegy22 commented 7 years ago

Can you provide some more information?

Maybe what happened, what you tried, any errors (including javascript console)?

alecrubin commented 7 years ago

I used the helper, exactly as outlined in the README and it works, but I can not specify the style option. No matter what I put it shows the default styling.

siegy22 commented 7 years ago

Do you have a minimal app where you can reproduce this issue?