mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
fix image height scaling when full width doesn't fit on screen
This commit is contained in:
parent
b277d39ecf
commit
d79e34e450
@ -28,6 +28,7 @@
|
|||||||
|
|
||||||
.message-container img {
|
.message-container img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
height: 100%;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user