This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse/templates/components/cdn-img.hbs
2018-11-29 09:32:03 +05:30

6 lines
143 B
Handlebars

{{#if src}}
<div class="{{class}} aspect-image" style={{style}}>
<img src={{cdnSrc}} width={{width}} height={{height}}>
</div>
{{/if}}