changing to hd image in header again
This commit is contained in:
@@ -210,7 +210,7 @@ Always shows starlacoll033 first, then shuffles other items
|
||||
{%- for item in carousel_items -%}
|
||||
<div class="carousel-slide{% if forloop.first %} active{% endif %}"
|
||||
data-slide="{{ forloop.index0 }}"
|
||||
style="background-image: url('{{ item.image_small | relative_url }}');">
|
||||
style="background-image: url('{{ item.object_location | relative_url }}');">
|
||||
</div>
|
||||
{%- endfor -%}
|
||||
|
||||
@@ -269,7 +269,7 @@ Always shows starlacoll033 first, then shuffles other items
|
||||
{
|
||||
objectid: "{{ item.objectid }}",
|
||||
title: "{{ item.title | escape }}",
|
||||
image: "{{ item.image_small | relative_url }}"
|
||||
image: "{{ item.object_location | relative_url }}"
|
||||
}{% unless forloop.last %},{% endunless %}
|
||||
{%- endfor -%}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user