Don't warp attachment page thumbnails

This commit is contained in:
Mikael Nordfeldth 2016-05-04 11:59:52 +02:00
parent 3a6733dc98
commit bc70ec1263
1 changed files with 2 additions and 0 deletions

View File

@ -851,6 +851,8 @@ clear:both;
}
#attachment_view img, #attachment_view .attachment_player {
height: auto;
width: auto;
max-width:480px;
max-height:480px;
}