From 10ed7f20b98e348545268238ac7a61f4022325bf Mon Sep 17 00:00:00 2001 From: Nasir Anthony Montalvo Date: Fri, 30 Jan 2026 22:48:08 -0600 Subject: [PATCH] changed header images to pull HD images instead of item_small --- _includes/collection-banner.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/_includes/collection-banner.html b/_includes/collection-banner.html index 094b4bd..efc2419 100644 --- a/_includes/collection-banner.html +++ b/_includes/collection-banner.html @@ -2,7 +2,6 @@ {%- comment -%} Carousel Banner: rotates through random collection items -Always shows starlacoll033 first, then shuffles other items {%- endcomment -%} {%- assign carousel_items = "" | split: "" -%} @@ -200,7 +199,7 @@ Always shows starlacoll033 first, then shuffles other items {%- for item in carousel_items -%} {%- endfor -%} @@ -259,7 +258,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 -%} ];