mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 01:25:17 +01:00
Merge branch 'AD-611-limit-image-size'
This commit is contained in:
commit
63c57e6725
@ -3,8 +3,10 @@
|
|||||||
|
|
||||||
video,
|
video,
|
||||||
img {
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
max-height: 640px;
|
||||||
width: auto;
|
width: auto;
|
||||||
height: 100%;
|
height: auto;
|
||||||
display: block;
|
display: block;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user