Montage squashed

Support and queries relating to all previous versions of ZoneMinder
Locked
jimboj
Posts: 9
Joined: Tue Mar 10, 2009 12:46 am

Montage squashed

Post by jimboj »

I have 5 640x480 monitors added. With 4 monitors they fit in a browser perfectly. Since I added the 5th, all of the views are squashed so that only the upper half of the frame is visible. What I would expect is the page to extend to accommodate the views and a scroll bar to appear on page. Does anybody know how to fix? Here's the page source for the montage. Maybe someone can point out something that looks off. I've also tried assigning ZM_WEB_MONTAGE_WIDTH ZM_WEB_MONTAGE_HEIGHT and they all fit if I use something like 320x240. But using the 640x480 doesn't extend the webpage like I want. Ideas?


Thanks!

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>ZM - Montage</title>
<link rel="stylesheet" href="zm_html_styles.css" type="text/css">
<script type="text/javascript">
window.focus();
</script>
</head>
<frameset rows="496,496,496" border="0" frameborder="no" framespacing="0">
<frameset cols="640,640" border="0" frameborder="no" framespacing="0">
<frame src="/zm/index.php?view=montageframe&mid=1&mode=" marginwidth="0" marginheight="0" name="MontageFrame1" scrolling="no">
<frame src="/zm/index.php?view=montageframe&mid=2&mode=" marginwidth="0" marginheight="0" name="MontageFrame2" scrolling="no">
</frameset>
<frameset cols="640,640" border="0" frameborder="no" framespacing="0">
<frame src="/zm/index.php?view=montageframe&mid=3&mode=" marginwidth="0" marginheight="0" name="MontageFrame3" scrolling="no">
<frame src="/zm/index.php?view=montageframe&mid=4&mode=" marginwidth="0" marginheight="0" name="MontageFrame4" scrolling="no">

</frameset>
<frameset cols="640" border="0" frameborder="no" framespacing="0">
<frame src="/zm/index.php?view=montageframe&mid=6&mode=" marginwidth="0" marginheight="0" name="MontageFrame6" scrolling="no">
</frameset>
</frameset>
</html>
Locked