Item image truncated on "show" page

I’m looking at a site using the Big Stuff theme.

The researcher wants the full extent of the item image preview initially displayed on the item “show” page. Currently most are truncated like this.

Grateful for any advice. Thank you.

Hi @jim1001. I would recommend installing the CSSEditor plugin and applying the following styles:

#item-images img {
  max-width: 100%;
  height: auto;
}

This constrains the images’ maximum width to the width of the container, and tells the height to scale accordingly. I’ve reported the issue on the developer’s github repository here.

Kim - looks to have done the trick. Many thanks!