Merge pull request #85 from Wolfr/bugfix/responsivevideo

Provide responsive HTML5 video next to images
This commit is contained in:
brentsimmons 2017-06-01 14:54:27 -07:00 committed by GitHub
commit 8b0e8c65de
1 changed files with 1 additions and 1 deletions

View File

@ -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;
} }