diaspora/app/assets/templates/post-viewer/content/photo-backdrop_tpl.jst.hbs

4 lines
140 B
Handlebars

{{#each photos}}
<div class="photo-fill" style="background-image: url({{sizes.large}})"> </div>
<img src="{{sizes.large}}" />
{{/each}}