Created
September 18, 2014 16:27
-
-
Save laspluviosillas/087d177b7d584a7e9deb to your computer and use it in GitHub Desktop.
box.com HTML viewer debug.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<body> | |
<link rel="stylesheet" href="crocodoc.viewer.min.css" /> | |
<script src="//code.jquery.com/jquery-1.11.0.min.js"></script> | |
<script type="text/javascript" src="crocodoc.viewer.min.js"></script> | |
<div class="viewer" style="height: 400px"></div> | |
<script type="text/javascript"> | |
var viewer = Crocodoc.createViewer('.viewer', { | |
url: 'https://view-api.box.com/1/sessions/3c6abc0dcf35422e8353cf9c27578d5c/assets/' | |
}); | |
viewer.load(); | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment