Advertisement
keysle

Y U No Autoplay Galleria?

Jan 26th, 2012
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script>
  5. <script src="galleria/galleria-1.2.6.min.js"></script>
  6. <script src="galleria/plugins/flickr/galleria.flickr.min.js"></script>
  7. <style type="text/css">
  8. #gallery{
  9. width:500px;
  10. height:500px;
  11. }
  12. </style>
  13. <script>
  14. Galleria.loadTheme('galleria/themes/classic/galleria.classic.min.js');
  15. $("#gallery").galleria({
  16. width: 500,
  17. height: 500,
  18. autoplay: true
  19. });
  20. </script>
  21. </head>
  22. <body>
  23. <div id="gallery">
  24. </div>
  25. <script>
  26. $('#gallery').galleria({
  27. flickr: 'search:pokemon'
  28. });
  29. </script>
  30. </body>
  31. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement