Advertisement
name22

AutoIt.de Resize SB Images

Jan 1st, 2013
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.20 KB | None | 0 0
  1. #shoutboxContent .resizeImage {
  2.     max-width: 80px;
  3.     max-height: 50px;
  4.     transition: all 1s ease-in-out 0.3s;
  5. }
  6. #shoutboxContent .resizeImage:hover {
  7.     max-height: 100%;
  8.     max-width: 100%;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement