Skip to content
Snippets Groups Projects
Commit 9397b82c authored by Thies Müller's avatar Thies Müller
Browse files

Added catcontent fix by chaosgrillchen

parent 1e71386f
No related branches found
No related tags found
1 merge request!9Added catcontent fix by chaosgrillchen
......@@ -2,4 +2,24 @@ Space is {{#open}}<span class="open">open</span> on <span class="person">{{trigg
{{^open}}<span class="closed">closed</span>{{/open}}
<br>since {{since}}
<br>
<img style="width: 470px; height: 310px" src="http://maurudor.de/?rasd={{random}}"></img>
<style>
#pa {
margin: auto;
display: flex;
height: 310px;
width: 470px;
}
#ch {
margin: auto; /* Magic! */
max-width: 100%;
max-height: 100%;
}
</style>
<div id="pa">
<img id="ch" src="http://maurudor.de/?rasd={{random}}"></img>
</div>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment