mirror of
https://github.com/redlib-org/redlib.git
synced 2026-06-11 12:44:16 -04:00
Make embedded images keep aspect ration when shrinking
This commit is contained in:
@@ -1177,11 +1177,13 @@ a.search_subreddit:hover {
|
||||
|
||||
.comment img {
|
||||
max-width: 50%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 500px) {
|
||||
.comment img {
|
||||
max-width: 80%;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user