image_resize filter
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sebastian Frank
2019-03-03 13:25:00 +01:00
parent 15af8e487c
commit 3a467134b3
10 changed files with 142 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 790 KiB

View File

@@ -24,7 +24,10 @@ hr { display:block; height:1px; border:0; border:none; padding:0;}
input, select {vertical-align:middle;}
input, select, textarea {-webkit-appearance: none; border-radius: 0;}
.clear {clear:both; margin: 0; padding:0;}
img {line-height:0;}
img {
line-height:0;
max-width: 100%;
}
/*--------------------------------------------------------------
# General Settings

View File

@@ -29,7 +29,7 @@
<header id="header">
<div class="container">
<div class="logo"><img src="project-files/img/logo.png" alt=""></div>
<div class="logo"><a href="{{ "/"|relative_path }}"><img src="project-files/img/logo.png" alt=""></a></div>
<a id="pull">
<span class="pull_button">
<span></span>

View File

@@ -10,6 +10,6 @@
{% block part1 %}
{{ Body }}
<img src="{{ "https://mark2web.basiscms.de/"|add:Data.details.image.path }}">
<a href="../" class="btn">&laquo; zurück</a>
{% endblock part1 %}