Guest User

Untitled

a guest
Dec 12th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. "images": {
  2. "0": {
  3. "links": {
  4. "article": link,
  5. "description": description
  6. }
  7. },
  8. "1": {
  9. "links": {
  10. "article": link,
  11. "description": description
  12. }
  13. },
  14. "n": {
  15. "links": {
  16. "article": link,
  17. "description": description
  18. }
  19. }}
  20.  
  21. <amp-img lightbox="caption" width="335" height="201" layout="responsive"
  22. src="{{links.article}}">
  23. {{#images.1}}
  24. <span class="overlay-text">Photos</span>
  25. {{/images.1}}
  26. </amp-img>
  27.  
  28. {{#images}}
  29. <div hidden>
  30. <amp-img lightbox="caption" src="{{links.article}}"
  31. layout="responsive" width="335" height="201">
  32. </amp-img>
  33. </div>
  34. {{/images}}
Add Comment
Please, Sign In to add comment