eebb4620 by Jeff Balicki

3

1 parent 1c92ac8b
......@@ -235,6 +235,7 @@ function changePdfOptions(json, edit) {
var windowHBG = 0.923 * $(window).height();
if(json[0].pwidth > json[0].pheight){
console.log('wide')
var scaleImage = windowWidth / json[0].pwidth;
var imageHeight = json[0].pheight * scaleImage;
var imageWidth = windowWidth;
......