I have a question about scaling the image field in my Quarto default listing page. I tried image-height, but that only sets the height of the image (as the parameter name suggests). The image is not rescale, but is cropped. Quarto documentation promises noithing more: "The width is automatically determined and the image will fill the rectangle without scaling (i.e. cropped to fill)."
I have seen masonry javascript as a suggestion to deal with image scaling in the default listing. Any other suggestions? If there are none, I'll just deal with it in some other listing type or eliminate the image from the fields parameter (e.g., fields: [description, image, reading-time], I suppose.
Thanks for considering,
David