Rotonde / beaker

Rotonde client with user account combined(deprecated)
MIT License
205 stars 37 forks source link

Fix forced image width issue #35

Closed louiscenter closed 6 years ago

louiscenter commented 6 years ago

@ariganu on rotonde mentioned an issue with images smaller than 500px in width being scaled up:

screen shot 2017-10-15 at 11 22 01 am

This will fix that issue. Since the same css rule has a max-width of 500px, the image will still be contained within the parent's boundaries.

lsjroberts commented 6 years ago

cheers :)

We should probably make larger ones clickable to view them full size too I reckon.