Advertisement
Guest User

index.html

a guest
Mar 21st, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <script>
  2. $( function() {
  3. $( "#videosidebar" ).resizable({
  4. aspectRatio: true,
  5. minHeight: 144,
  6. minWidth: 256
  7. });
  8. } );
  9. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement