CoderDojo / community-platform

Zen, the CoderDojo Community Platform!
https://zen.coderdojo.com
MIT License
121 stars 55 forks source link

Retain aspect ratio of supporters images on Dojo listing #634

Closed tangentfairy-zz closed 8 years ago

tangentfairy-zz commented 9 years ago

The image on this listing is very stretched http://zen.coderdojo.com/dashboard/dojo/au/211-church-street-parramatta-nsw-2150/north-parramatta-nsw-progalore

Update the CSS to remove the height and have a max-width of 570px instead

kennanseno commented 9 years ago

fixed.

rosalanghammer commented 8 years ago

Another case of strange sponsor logo sizing - https://zen.coderdojo.com/dashboard/dojo/pl/warszawa/warszawa-allegro

tangentfairy-zz commented 8 years ago

It looks like the class dojoSupporterImage has gone missing on the image tag

kennanseno commented 8 years ago

@tangentfairy this image is not in the dojo sponsor section but was added in the dojo notes section.

kennanseno commented 8 years ago

just checked. it isn't a bug, when you add an image in the notes section, it uses the original image size. A dojo admin has to manually change it to his desired size. An email to the dojo to edit the size of the image will suffice on this. @tangentfairy @rosalanghammer

screen shot 2015-12-03 at 6 38 44 p m
tangentfairy-zz commented 8 years ago

We can put the same fix in here that we did for the events notes section, which Jonathan did here: https://github.com/CoderDojo/community-platform/issues/547

tangentfairy-zz commented 8 years ago

Fixed and deployed now