Configure your Layout File Size & Pixels¶
- In the wPage, Web.config file the maximum file size can be adapted: the maximum size is 2097151 kB (2GB).
<add key="MaxUploadImageSize" ``value="1024"`` />
- Under SetupLayout.aspx and Layout.aspx the layout file size can be adapted: the maximum number of pixels is 1050 x 800 pixels.
<div id="LabelContainer" style="``height:800px;width:1050px``;position:relative;overflow: visible;" class="unselectable"><img id="background" src="ImageLoader.ashx?id=176" class="stretch" alt="No layout background selected" onerror="imgError();" style="position: relative; top: 12px; left: 18px;"></div>