Skip to content

Commit

Permalink
Make <video> width responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
LiaungYip committed Feb 19, 2017
1 parent 037afc0 commit c93c032
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions static/css/plain-blog.css
Expand Up @@ -91,6 +91,11 @@ img {
height: auto;
}

video {
max-width: 100%;
height: auto;
}

/* Various cosmetic tweaks */
code {
color: #C00;
Expand Down

0 comments on commit c93c032

Please sign in to comment.