document-viewer
document-viewer copied to clipboard
Mini-Mode.
It would be great to have a mini-mode option for DV.load
, which would fit the document viewer into dimensions suitable for embedding in a blog (or blog-style format). A common request. The API could be:
DV.load(doc, {mini: true});
Unless it would be better to have mini-mode be automatically activated by the current width of the viewer...
This is now fixed on the documentcloud
branch -- no need for special options...