Question regarding listing pages #1384
-
I'm using a listing page for an online exhibit by the NMSU University Museum. It works great to pull a table from the database and leverage parameterized reports along with There are presently 42 items in the collection. The development repository is here and GitHub pages here (it will eventually be on NMSU servers). Issue:
Is there some error in how I've set up the YAML that's keeping Thank you in advance Here is my YAML for the listing:
Monster thumbs on table listing Multiple pages ( |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Thanks for using Quarto! Hopefully we'll get the listings feature working well for you. A couple of suggestion:
I think these will get you going (I hope)- let us know! |
Beta Was this translation helpful? Give feedback.
Thanks for using Quarto! Hopefully we'll get the listings feature working well for you. A couple of suggestion:
Try setting
page-size: 100
(or to the number of items). This should make a single page listing for you.Try providing css style units for the image (e.g. "150px").
I think these will get you going (I hope)- let us know!