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

View File

@@ -46,7 +46,7 @@ code, pre {
pre {
white-space: pre-wrap;
}
img {
img, video {
max-width: 100%;
height: auto;
}