Do not restrict design image width in any case
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)`
Showing
Please register or sign in to comment