kumarsivarajan / mollify

Automatically exported from code.google.com/p/mollify
0 stars 0 forks source link

Document viewer should use the entire screen for content when appropriate #471

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Is there a way to make the window larger for previewing PDF's, Doc, etc., on 
google viewer? Attached is a screenshot.

Best,

Jorge

Original issue reported on code.google.com by jcabr...@mwnetworks.net on 4 Oct 2013 at 3:11

Attachments:

GoogleCodeExporter commented 8 years ago
There was an error in viewer, it was reading wrong property from server 
response. Fixed this and it will be in next release (2.1.2). If you want to fix 
this in your copy, open "mollify.full.min.js" and find string 
"resized-element-id" and replace it with "resized_element_id" (should find only 
one).

This will use the viewer suggested size. However, I think I should change this 
so that the content is showed as big as possible. But as this might not fit all 
content types, this would have to be viewers decision (in this case Google 
viewer).

Original comment by samuli.j...@gmail.com on 6 Oct 2013 at 6:25