Skip to content
Snippets Groups Projects
Commit 65a9a2d3 authored by Andreas Valder's avatar Andreas Valder
Browse files

fixed preview in search

parent 79f51fbb
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
<li class="list-group-item">
<a class="hidden-xs" href="{{url_for('lecture', id=lecture['id'])}}" title="{{ lecture['coursetitle'] }}" style="color: #000">
<div class="row">
<img class="col-xs-4" src="{{ config.VIDEOPREFIX }}/{{ lecture['titlefile'] }}" alt="Vorschaubild">
<img class="col-xs-4" style="max-height: 100px; width: auto;" src="{{ config.VIDEOPREFIX }}/{{ lecture['titlefile'] }}" alt="Vorschaubild">
<div class="col-xs-4">
<span><strong>{{ lecture['short'] }}</strong></span><br>
<span>{{ lecture['time'] }}</span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment