-
Tom Quirk authored
Previously we were, by default, restricting image height/width to 100%. This meant that long-and-slim images would be very hard to see, and the user could not zoom in to inspect closely. This commit removes this CSS restriction, meaning that images will default to `min(100% width, natural width)`
daa089d2