vkimura

Bootstrap Wordpress Video Responsive Image CSS code

Feb 10th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.11 KB | None | 0 0
  1. img {
  2.     display: block;
  3.     max-width: 100%;
  4.     max-height: 100%;
  5.     width: auto;
  6.     height: auto;
  7. }
Add Comment
Please, Sign In to add comment