Is there a way to display 6 cameras on a single webpage without them taking up the entire screen within iframe windows? Can the content be shrunken to fit the iframe window?
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Spycam</title>
</head>
<body>
<iframe src="(enter IP address)"
width="640px" height="480px">
</iframe>
</body>
</html>