mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 01:25:17 +01:00
Add new constraints for image size
This commit is contained in:
parent
cb5b381e0b
commit
83ebca2795
@ -3,8 +3,10 @@
|
||||
|
||||
video,
|
||||
img {
|
||||
max-width: 100%;
|
||||
max-height: 640px;
|
||||
width: auto;
|
||||
height: 100%;
|
||||
height: auto;
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user