• Tom Quirk's avatar
    Do not restrict design image width in any case · daa089d2
    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
image.vue 2.06 KB