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,
|
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