Advertisement
Guest User

Untitled

a guest
Jul 1st, 2015
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. $(function(){
  2. var frames = [
  3. "folder/image.jpg",
  4. (other images)
  5. ];
  6.  
  7. $("#mali").spritespin({
  8. width : 960,
  9. height : 540,
  10. (other code)
  11. });
  12.  
  13. $( "div" ).addClass( "myClass" );
  14.  
  15. <div class="spritespin spritespin-instance" unselectable="on" style="overflow: hidden; position: relative; width: 480px; height: 327px;">
  16.  
  17. background: red !important;
  18.  
  19. <div style="background: red;">
  20. The inline styles for this div should make it red.
  21. </div>
  22.  
  23. div[style] {
  24. background: yellow !important;
  25. }
  26.  
  27. @media only screen and (min-width: 100px) and (max-width: 767px) {
  28. .spritespin, .spritespin-instance {
  29. width:383px !important;
  30. height:300px !important;
  31. }
  32.  
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement