SlaveryImages / SlaveryImages.org

0 stars 0 forks source link

large vs medium image display #71

Open saracarl opened 5 years ago

saracarl commented 5 years ago

large is too large, medium is too small (?) for inline images in articles.

benwbrum commented 5 years ago

This can be solved with the following CSS:

.media-render {
    clear: both; # already exists
    max-width: 400px;  #insert this line
}