Image scaling works now
This commit is contained in:
parent
b3dbcc2588
commit
844ea49ed4
7 changed files with 34 additions and 32 deletions
|
@ -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;
|
||||
}
|
|
@ -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
BIN
war/img/no_image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 859 B |
Loading…
Add table
Add a link
Reference in a new issue