Set height and width to be from the setting of the prototype being
viewed
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body style="margin:0;padding:0; background: #fff;">
- <div style="min-width:1400px;min-height:2500px; background: url({$content.prototype}) top center no-repeat; z-index: 10;"></div>
+ <div style="min-width:{$content.width}px;min-height:{$content.height}px; background: url({$content.prototype}) top center no-repeat; z-index: 10;"></div>
<div style="min-width:100%;min-height:784px; background: url({$content.background}) top left repeat-x; position: absolute; top: 0; z-index: -1;"></div>
</body>
</html>
-{/if}
\ No newline at end of file
+{/if}