Replies: 2 comments 6 replies
-
Hi @zsofiaj, is this the process you used to add thumbnails?
object_list:
- id: cat-1
artist: Van Gogh
title: Irises
year: 1889
dimensions: 2’ 4” x 3’ 1”
medium: Oil paint
location: The Getty
thumbnail: irises_small.jpg
figure:
- id: fig-1-1 Also, make sure you add object_card:
- thumbnail
- artist
- title
- year |
Beta Was this translation helpful? Give feedback.
4 replies
-
@geealbers where does one change the color of the text that is used on the object filter page? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are thinking about using an object grid in our forthcoming Indonesian Textiles publication, and I set it up as described here:
https://quire.getty.edu/docs-v1/collection-catalogues/#generate-object-grids
We are using external IIIF images in this book, so I wasn't sure if I needed to add a thumbnail for each entry in objects.yaml. Here is what each entry looks like in our figures.yaml:
src: cats/cat-11-ILE2006-4-163ag-obj-111215-0001-pub_2000.jpg
printImage: _assets/images/cats/cat-11-ILE2006-4-163ag-obj-111215-0001-pub_2000.jpg
manifestId: https://manifests.collections.yale.edu/yuag/obj/111215
canvasId: https://manifests.collections.yale.edu/canvas/yuag/0b9de3ff-5a63-44ef-89ba-178bfa068f47
zoom: true
When I first set up the object grid page, no thumbnails appeared on the page, so I tried adding a thumbnail for a few of the entries in the objects.yaml, but I'm still not getting thumbnails:
https://indonesian-textiles.netlify.app/catalogue/catalogue-grid/
Any ideas on how I can get the images to show up here?
I would also love to get rid of the gray (or "off-white") background behind the filter section with dropdowns and buttons. I was able to do that by changing the background from #eef2f3; to $white; in the object-filters.webc file in two spots, but for some reason it won't work when I add this to the custom.css file instead:
.object-filters {
background: $white;
}
.object-filters__button {
background: $white;
}
I would also like to change the red color of the title font that shows under each thumbnail to the spot color I'm using elsewhere in the publication, and I wasn't able to figure out what controls that.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions