Behoben: Bilder füllen teilweise nicht ganzen Kasten in pageBox aus
git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3314 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
parent
0559616659
commit
42c55d44a1
1 changed files with 1 additions and 1 deletions
|
|
@ -8,4 +8,4 @@
|
|||
{% set image_url = '/bundles/app/images/no-picture.png' %}
|
||||
{% set image_alt = 'Kein Vorschaubild vorhanden' %}
|
||||
{% endif %}
|
||||
<div class="img-background" alt="{{ image_alt }}" style="background:url({{ image_url }}) no-repeat"></div>
|
||||
<div class="img-background" alt="{{ image_alt }}" style="background-image: url({{ image_url }})"></div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue