Advertisement
Guest User

Untitled

a guest
Jul 27th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. <div class="hero-images-container">
  2. {{#each this}}
  3. <div class="hero-image" style="background-color: {{bColor}}">
  4. <div class="background-container loading" data-src="{{path}}">
  5. <span class="icon-container">
  6. <a href="{{safeVal url (productLink channel=channel id=id mediaroom=mediaroom)}}">
  7. <i class="icon icon_image"></i> {{title}}
  8. </a>
  9. </span>
  10. </div>
  11. <img src="{{path}}" class="background-placeholder" alt="placeholder" style="display:none" />
  12. </div>
  13. {{/each}}
  14. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement