JQuery Image Flow download URL - Non Commercial


/ Published in: jQuery
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>ImageFlow</title>
  6. <meta name="robots" content="index, follow, noarchive" />
  7. <link rel="stylesheet" href="style.css" type="text/css" />
  8.  
  9. <!-- This includes the ImageFlow CSS and JavaScript -->
  10. <link rel="stylesheet" href="imageflow.packed.css" type="text/css" />
  11. <script type="text/javascript" src="imageflow.packed.js"></script>
  12.  
  13. </head>
  14. <body>
  15. <h1>ImageFlow</h1>
  16.  
  17. <!-- This is all the XHTML ImageFlow needs -->
  18. <div id="myImageFlow" class="imageflow">
  19. <img src="img/1.jpg" longdesc="img/1.jpg" width="400" height="300" alt="Image 1" />
  20. <img src="img/2.jpg" longdesc="img/2.jpg" width="300" height="400" alt="Image 2" />
  21. <img src="img/3.jpg" longdesc="img/3.jpg" width="400" height="400" alt="Image 3" />
  22. <img src="img/4.jpg" longdesc="img/4.jpg" width="400" height="300" alt="Image 4" />
  23. <img src="img/5.jpg" longdesc="img/5.jpg" width="300" height="400" alt="Image 5" />
  24. <img src="img/6.jpg" longdesc="img/6.jpg" width="400" height="300" alt="Image 6" />
  25. <img src="img/7.jpg" longdesc="img/7.jpg" width="300" height="400" alt="Image 7" />
  26. <img src="img/8.jpg" longdesc="img/8.jpg" width="400" height="400" alt="Image 8" />
  27. <img src="img/9.jpg" longdesc="img/9.jpg" width="400" height="300" alt="Image 9" />
  28. <img src="img/10.jpg" longdesc="img/10.jpg" width="400" height="300" alt="Image 10" />
  29. <img src="img/11.jpg" longdesc="img/11.jpg" width="300" height="400" alt="Image 11" />
  30. <img src="img/12.jpg" longdesc="img/12.jpg" width="400" height="400" alt="Image 12" />
  31. <img src="img/13.jpg" longdesc="img/13.jpg" width="300" height="400" alt="Image 13" />
  32. <img src="img/14.jpg" longdesc="img/14.jpg" width="400" height="400" alt="Image 14" />
  33. <img src="img/15.jpg" longdesc="img/15.jpg" width="400" height="400" alt="Image 15" />
  34. <img src="img/16.jpg" longdesc="img/16.jpg" width="400" height="400" alt="Image 16" />
  35. <img src="img/17.jpg" longdesc="img/17.jpg" width="400" height="400" alt="Image 17" />
  36. <img src="img/18.jpg" longdesc="img/18.jpg" width="400" height="400" alt="Image 18" />
  37. <img src="img/19.jpg" longdesc="img/19.jpg" width="400" height="400" alt="Image 19" />
  38. <img src="img/20.jpg" longdesc="img/20.jpg" width="400" height="400" alt="Image 20" />
  39. </div>
  40.  
  41. </body>
  42. </html>

URL: http://finnrudolph.de/ImageFlow/Download

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.