Image scaling works now

This commit is contained in:
mandlm 2015-12-29 19:18:38 +01:00
parent b3dbcc2588
commit 844ea49ed4
7 changed files with 34 additions and 32 deletions

View file

@ -1,7 +1,16 @@
body
{
margin: 0;
padding: 0;
background-color: black;
overflow: hidden;
}
div
{
padding: 20px;
margin: 0;
padding: 10px;
background-color: black;
color: green;
}

View file

@ -23,7 +23,7 @@
<!-- If you add any GWT meta tags, they must -->
<!-- be added before this line. -->
<!-- -->
<script type="text/javascript" language="javascript" src="fotostream/fotostream.nocache.js"></script>
<script src="fotostream/fotostream.nocache.js"></script>
</head>
<!-- -->
@ -40,7 +40,6 @@
</div>
</noscript>
<div id="imageContainer"></div>
<div id="textContainer"></div>
<div id="imageContainer" align="center"></div>
</body>
</html>

BIN
war/img/no_image.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 859 B