Bilder Cover

CSS Bilder auf div background url umstellen

git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3312 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
adametz 2017-03-07 19:04:05 +00:00
parent 02e576ebc7
commit 7e5ee4397f
3 changed files with 20 additions and 6 deletions

View file

@ -8,4 +8,5 @@
{% set image_url = '/bundles/app/images/no-picture.png' %}
{% set image_alt = 'Kein Vorschaubild vorhanden' %}
{% endif %}
<img src="{{ image_url }}" alt="{{ image_alt }}">
<div alt="{{ image_alt }}" style="background:url({{ image_url }}) no-repeat"></div>