mirror of
https://github.com/lucaspalomodevelop/eventcally.git
synced 2026-03-13 00:07:22 +00:00
Merge pull request #270 from DanielGrams/issue/268-2
Optimize iFrame Widget #268
This commit is contained in:
commit
6f96ab63e9
@ -818,7 +818,7 @@
|
||||
{% else %}
|
||||
<li class="page-item disabled"><a class="page-link" href="#">{{ _('Previous') }}</a></li>
|
||||
{% endif %}
|
||||
<li class="page-item disabled"><span class="page-link">{{ _('Page %(page)d of %(pages)d (%(total)d total)', page=pagination["page"], pages=pagination["pages"], total=pagination["total"]) }}</span></li>
|
||||
<li class="page-item disabled d-none d-sm-inline"><span class="page-link">{{ _('Page %(page)d of %(pages)d (%(total)d total)', page=pagination["page"], pages=pagination["pages"], total=pagination["total"]) }}</span></li>
|
||||
{% if pagination['next_url'] %}
|
||||
<li class="page-item"> <a class="page-link" href="{{ pagination['next_url'] }}">{{ _('Next') }}</a></li>
|
||||
{% else %}
|
||||
|
||||
@ -88,7 +88,7 @@
|
||||
<div class="card">
|
||||
<div>
|
||||
{% if date.event.photo_id %}
|
||||
<img src="{{ url_for_image(date.event.photo, s=500) }}" class="card-img-top" style="object-fit: cover; height: 20vh;" />
|
||||
<img src="{{ url_for_image(date.event.photo, s=500) }}" class="card-img-top" style="object-fit: cover; height: 40vw;" />
|
||||
{% endif %}
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user