Advertisement
Guest User

Untitled

a guest
May 30th, 2017
1,270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.41 KB | None | 0 0
  1. <div class="my-gallery row" itemscope itemtype="http://schema.org/ImageGallery">
  2.  
  3. <figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject" class="col-md-3 gallery-img">
  4. <a href="img/gallery/gallery1.jpeg" itemprop="contentUrl" data-size="1024x1024">
  5. <img src="img/gallery/gallery1.jpeg" itemprop="thumbnail" alt="Image description" class="img-responsive"/>
  6. </a>
  7. <figcaption itemprop="caption description">Image caption 1</figcaption>
  8. </figure>
  9.  
  10. <figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject" class="col-md-3 gallery-img">
  11. <a href="img/gallery/gallery2.png" itemprop="contentUrl" data-size="1024x1024">
  12. <img src="img/gallery/gallery2.png" itemprop="thumbnail" alt="Image description" class="img-responsive"/>
  13. </a>
  14. <figcaption itemprop="caption description">Image caption 2</figcaption>
  15. </figure>
  16.  
  17. <figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject" class="col-md-3 gallery-img">
  18. <a href="img/gallery/gallery3.jpg" itemprop="contentUrl" data-size="1024x1024">
  19. <img src="img/gallery/gallery3.jpg" itemprop="thumbnail" alt="Image description" class="img-responsive"/>
  20. </a>
  21. <figcaption itemprop="caption description">Image caption 3</figcaption>
  22. </figure>
  23.  
  24. <figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject" class="col-md-3 gallery-img">
  25. <a href="img/gallery/gallery4.jpg" itemprop="contentUrl" data-size="1024x1024">
  26. <img src="img/gallery/gallery4.jpg" itemprop="thumbnail" alt="Image description" class="img-responsive"/>
  27. </a>
  28. <figcaption itemprop="caption description">Image caption 4</figcaption>
  29. </figure>
  30.  
  31. <figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject" class="col-md-3 gallery-img">
  32. <a href="img/gallery/gallery5.jpg" itemprop="contentUrl" data-size="1024x1024">
  33. <img src="img/gallery/gallery5.jpg" itemprop="thumbnail" alt="Image description" class="img-responsive"/>
  34. </a>
  35. <figcaption itemprop="caption description">Image caption 5</figcaption>
  36. </figure>
  37.  
  38. <figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject" class="col-md-3 gallery-img">
  39. <a href="img/gallery/gallery6.jpg" itemprop="contentUrl" data-size="1024x1024">
  40. <img src="img/gallery/gallery6.jpg" itemprop="thumbnail" alt="Image description" class="img-responsive"/>
  41. </a>
  42. <figcaption itemprop="caption description">Image caption 6</figcaption>
  43. </figure>
  44.  
  45. <figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject" class="col-md-3 gallery-img">
  46. <a href="img/gallery/gallery7.jpg" itemprop="contentUrl" data-size="1024x1024">
  47. <img src="img/gallery/gallery7.jpg" itemprop="thumbnail" alt="Image description" class="img-responsive"/>
  48. </a>
  49. <figcaption itemprop="caption description">Image caption 4</figcaption>
  50. </figure>
  51.  
  52. <figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject" class="col-md-3 gallery-img">
  53. <a href="img/gallery/gallery8.png" itemprop="contentUrl" data-size="1024x1024">
  54. <img src="img/gallery/gallery8.png" itemprop="thumbnail" alt="Image description" class="img-responsive"/>
  55. </a>
  56. <figcaption itemprop="caption description">Image caption 5</figcaption>
  57. </figure>
  58.  
  59. <figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject" class="col-md-3 gallery-img">
  60. <a href="img/gallery/gallery9.jpg" itemprop="contentUrl" data-size="1024x1024">
  61. <img src="img/gallery/gallery9.jpg" itemprop="thumbnail" alt="Image description" class="img-responsive"/>
  62. </a>
  63. <figcaption itemprop="caption description">Image caption 6</figcaption>
  64. </figure>
  65.  
  66. <figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject" class="col-md-3 gallery-img">
  67. <a href="img/gallery/gallery10.jpeg" itemprop="contentUrl" data-size="1024x1024">
  68. <img src="img/gallery/gallery10.jpeg" itemprop="thumbnail" alt="Image description" class="img-responsive"/>
  69. </a>
  70. <figcaption itemprop="caption description">Image caption 6</figcaption>
  71. </figure>
  72.  
  73. <figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject" class="col-md-3 gallery-img">
  74. <a href="img/gallery/gallery11.jpg" itemprop="contentUrl" data-size="1024x1024">
  75. <img src="img/gallery/gallery11.jpg" itemprop="thumbnail" alt="Image description" class="img-responsive"/>
  76. </a>
  77. <figcaption itemprop="caption description">Image caption 6</figcaption>
  78. </figure>
  79.  
  80. <figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject" class="col-md-3 gallery-img">
  81. <a href="img/gallery/gallery12.jpg" itemprop="contentUrl" data-size="1024x1024">
  82. <img src="img/gallery/gallery12.jpg" itemprop="thumbnail" alt="Image description" class="img-responsive"/>
  83. </a>
  84. <figcaption itemprop="caption description">Image caption 6</figcaption>
  85. </figure>
  86.  
  87. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement