Advertisement
Guest User

Untitled

a guest
Dec 14th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. const galleryItems = [
  2. {
  3. preview: "./image/christ.jpg",
  4. fullview: "./image/christ-the-redeemer-Big.jpg",
  5. alt: "alt text 1"
  6. },
  7. {
  8. preview: "./image/man-and-woman.jpg",
  9. fullview: "./image/man-and-woman-Big.jpg",
  10. alt: "alt text 2"
  11. },
  12. {
  13. preview: "./image/people-inside.jpg",
  14. fullview: "./image/people-inside-building-Big.jpg",
  15. alt: "alt text 3"
  16. },
  17. {
  18. preview: "./image/photo-of-cloud.jpg",
  19. fullview: "./image/photo-of-cloud-Big.jpg",
  20. alt: "alt text 4"
  21. },
  22. {
  23. preview: "./image/two-men-performs.jpg",
  24. fullview: "./image/two-men-performs-Big.jpg",
  25. alt: "alt text 5"
  26. },
  27. {
  28. preview: "./image/woman-wearing.jpg",
  29. fullview: "./image/woman-wearing-Big.jpg",
  30. alt: "alt text 6"
  31. }
  32. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement