Merge pull request #85 from Wolfr/bugfix/responsivevideo
Provide responsive HTML5 video next to images
This commit is contained in:
commit
8b0e8c65de
|
@ -46,7 +46,7 @@ code, pre {
|
||||||
pre {
|
pre {
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
img {
|
img, video {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue