mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Use lazyload as fallback
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
<table style="width:100%;">
|
||||
<tr>
|
||||
<td rowspan="3" style="width:120px;text-align:center;">
|
||||
{{thumb.format(record.get_thumbnail, 100, 100, "", session, true)}}
|
||||
{{thumb.format(record.get_thumbnail, 100, 100, "", session, true, false)}}
|
||||
</td>
|
||||
<td style="width:100px;">
|
||||
{% set name = "title_" ~ record.get_serialize_key() %}
|
||||
|
@@ -7,7 +7,7 @@
|
||||
{% for id, record in route.get_elements %}
|
||||
<div id='pub_record_{{record.get_serialize_key()}}' class="diapo">
|
||||
<div class="title">{{ record.get_title() }}</div>
|
||||
{{thumb.format(record.get_thumbnail, 80, 80, "", session, true)}}
|
||||
{{thumb.format(record.get_thumbnail, 80, 80, "", session, true, false)}}
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
@@ -60,7 +60,7 @@
|
||||
<td>
|
||||
<input type="hidden" value="{{ element.get_id() }}"/>
|
||||
<div class="diapo pending_records">
|
||||
{{thumb.format(element.get_record().get_thumbnail, 40, 40, "", session, true)}}
|
||||
{{thumb.format(element.get_record().get_thumbnail, 40, 40, "", session, true, false)}}
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
|
Reference in New Issue
Block a user